mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-08 16:58:35 +01:00
update docs
This commit is contained in:
parent
20a69abfd9
commit
653b4b0441
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue