File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -195,19 +195,14 @@ installed (`cargo install hyperfine`).
195195
196196## Configuring ` rust-analyzer `
197197
198- To configure ` rust-analyzer ` and the IDE for working on Miri, use one of the provided
199- configuration files according to the instructions below.
200-
198+ To configure ` rust-analyzer ` and the IDE for working on Miri, copy one of the provided
199+ configuration files according to the instructions below. You can also set up a symbolic
200+ link to keep the configuration in sync with our recommendations.
201201
202202### Visual Studio Code
203203
204204Copy [ ` etc/rust_analyzer_vscode.json ` ] to ` .vscode/settings.json ` in the project root directory.
205205
206- > #### Hint
207- >
208- > To keep the ` rust-analyzer ` configuration up-to-date, make a symbolic link to one
209- > of the provided files depending on the IDE you use.
210-
211206[ `etc/rust_analyzer_vscode.json` ] : https://github.com/rust-lang/miri/blob/master/etc/rust_analyzer_vscode.json
212207
213208### Helix
You can’t perform that action at this time.
0 commit comments