update docs

This commit is contained in:
pacexy 2025-01-29 21:00:25 +08:00
parent 20a69abfd9
commit 653b4b0441

View File

@ -112,7 +112,7 @@ You can specify an editor command with the `--editor` option to open exercises d
```bash ```bash
rustlings --editor code # For VS Code rustlings --editor code # For VS Code
rustlings --editor vim # For Vim rustlings --editor vim # For Vim
rustlings --editor "code --wait" # For VS Code with wait option rustlings --editor "code --wait" # For VS Code with wait argument
``` ```
Then press `e` in watch mode to open the current exercise in your editor. Then press `e` in watch mode to open the current exercise in your editor.