Skip to content

Commit

Permalink
chore: add rust-analyzer.rustcSource
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Nov 13, 2020
1 parent a53acca commit d84a05f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@
"default": null,
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for formatting."
},
"rust-analyzer.rustcSource": {
"type": [
"null",
"string"
],
"default": null,
"description": "Path to the rust compiler sources, for usage in rustc_private projects."
},
"rust-analyzer.checkOnSave.enable": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit d84a05f

Please sign in to comment.