Check if editor program exists before choosing it

This commit is contained in:
mo8it
2026-04-07 00:04:56 +02:00
parent 695f927893
commit b5fbf59c0c
4 changed files with 32 additions and 14 deletions
+3
View File
@@ -4,6 +4,9 @@
### Added
- Automatically open the current file if Rustlings is running in a VS Code terminal
- Automatically open the current file with `$EDITOR` in a new pane if Rustlings is running in [Zellij](https://zellij.dev)
- New argument `--edit-cmd` to communicate with an editor running in a different process to open the current exercise
- Show the file link of the current exercise when running `rustlings hint` and `rustlings reset`
### Fixed