Skip to content

Commit 67ed843

Browse files
committed
Add link to vscode settings in Rust repo
1 parent df5aee0 commit 67ed843

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

book.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ exclude = [
4040
cache-timeout = 86400
4141
warning-policy = "error"
4242

43-
[output.linkcheck.http-headers]
44-
'github\.com' = ["Authorization: Bearer $GITHUB_TOKEN"]
43+
#[output.linkcheck.http-headers]
44+
#'github\.com' = ["Authorization: Bearer $GITHUB_TOKEN"]
4545

4646
[output.html.redirect]
4747
"/compiletest.html" = "tests/compiletest.html"

src/building/suggested.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ of these tools when hacking on `rustc`. For example, `x.py setup` will prompt
2626
you to create a `.vscode/settings.json` file which will configure Visual Studio code.
2727
This will ask `rust-analyzer` to use `./x.py check` to check the sources, and the
2828
stage 0 rustfmt to format them.
29+
The recommended `rust-analyzer` settings live at [`src/etc/vscode_settings.json`].
2930

3031
If you have enough free disk space and you would like to be able to run `x.py` commands while
3132
rust-analyzer runs in the background, you can also add `--build-dir build-rust-analyzer` to the
3233
`overrideCommand` to avoid x.py locking.
3334

3435
If you're running `coc.nvim`, you can use `:CocLocalConfig` to create a
35-
`.vim/coc-settings.json` and copy the settings from [this file](https://github.com/rust-lang/rust/blob/master/src/etc/vscode_settings.json).
36+
`.vim/coc-settings.json` and copy the settings from [`src/etc/vscode_settings.json`].
37+
38+
[`src/etc/vscode_settings.json`]: https://github.com/rust-lang/rust/blob/master/src/etc/vscode_settings.json
3639

3740
If running `./x.py check` on save is inconvenient, in VS Code you can use a [Build
3841
Task] instead:

0 commit comments

Comments
 (0)