Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit b59f04a

Browse files
committed
update docs to reflect path changes
1 parent aedf1f3 commit b59f04a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ However, you may wish to install `rustup` with your OS package manager instead o
3636

3737
## Configure rust-analyzer
3838

39-
**rust-analyzer** settings can be stored in a JSON file located at `.ide-rust/rust-analyzer.json` relative to the project directory.
39+
**rust-analyzer** settings can be stored in a JSON file in the project directory.
40+
41+
It first looks for `rust-analyzer.json`.
42+
If the file does not exists, it then checks `.config/rust-analyzer.json`.
4043

4144
### Example
4245

43-
`.ide-rust/rust-analyzer.json`
46+
`.config/rust-analyzer.json`
4447

4548
```json
4649
{

0 commit comments

Comments
 (0)