Skip to content

Commit

Permalink
Fix configuration in VS code setup docs (rust-lang#1264)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
  • Loading branch information
fzaiser and adpaco-aws authored Jun 8, 2022
1 parent adebe36 commit 3556182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rustc-hacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In order to get these features working for `rustc` crates, you can do the follow

Add the following to the `rust-analyzer` extension settings in `settings.json`:
```json
"rust-analyzer.rustcSource": "discover",
"rust-analyzer.rustc.source": "discover",
"rust-analyzer.workspace.symbol.search.scope": "workspace_and_dependencies",
```

Expand Down

0 comments on commit 3556182

Please sign in to comment.