Skip to content

Commit 15a4be6

Browse files
authored
Change wording in VS code note
1 parent 5f38a12 commit 15a4be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/building/suggested.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ You can also install the hook as a step of running `./x.py setup`!
2222
`rust-analyzer` can help you check and format your code whenever you save
2323
a file. By default, `rust-analyzer` runs the `cargo check` and `rustfmt`
2424
commands, but you can override these commands to use more adapted versions
25-
of these tools when hacking on `rustc`. If using Visual Studio Code, `x.py setup`
26-
will prompt you to create a `.vscode/settings.json` file. This will ask
25+
of these tools when hacking on `rustc`. For example, `x.py setup` will prompt you to create a .vscode/settings.json file which will configure Visual Studio code. This will ask
2726
`rust-analyzer` to use `./x.py check` to check the sources, and the stage 0
2827
rustfmt to format them.
2928

0 commit comments

Comments
 (0)