mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
update docs
This commit is contained in:
parent
20a69abfd9
commit
653b4b0441
@ -110,9 +110,9 @@ It will rerun the current exercise automatically every time you change the exerc
|
||||
You can specify an editor command with the `--editor` option to open exercises directly from watch mode:
|
||||
|
||||
```bash
|
||||
rustlings --editor code # For VS Code
|
||||
rustlings --editor vim # For Vim
|
||||
rustlings --editor "code --wait" # For VS Code with wait option
|
||||
rustlings --editor code # For VS Code
|
||||
rustlings --editor vim # For Vim
|
||||
rustlings --editor "code --wait" # For VS Code with wait argument
|
||||
```
|
||||
|
||||
Then press `e` in watch mode to open the current exercise in your editor.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user