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`).
195
195
196
196
## Configuring ` rust-analyzer `
197
197
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.
201
201
202
202
### Visual Studio Code
203
203
204
204
Copy [ ` etc/rust_analyzer_vscode.json ` ] to ` .vscode/settings.json ` in the project root directory.
205
205
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
-
211
206
[ `etc/rust_analyzer_vscode.json` ] : https://github.com/rust-lang/miri/blob/master/etc/rust_analyzer_vscode.json
212
207
213
208
### Helix
You can’t perform that action at this time.
0 commit comments