aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorXavier Denis <[email protected]>2020-11-10 20:50:05 +0000
committerXavier Denis <[email protected]>2020-11-11 11:45:40 +0000
commit871608791934f81cdd430797fdd64a8f9da19074 (patch)
tree9dfd9fd0f6dae3a736c882fc410723acd643138b /editors/code/package.json
parent5c06e820fa02b47a1550576f2a7071ff94fb0c64 (diff)
Add support for loading rustc private crates
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index eccafccdd..a6eeae2b5 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -687,6 +687,12 @@
687 }, 687 },
688 "default": [], 688 "default": [],
689 "description": "Additional arguments to be passed to cargo for runnables such as tests or binaries.\nFor example, it may be '--release'" 689 "description": "Additional arguments to be passed to cargo for runnables such as tests or binaries.\nFor example, it may be '--release'"
690 },
691 "rust-analyzer.rustcSource" : {
692 "type": [ "null", "string" ],
693 "default": null,
694 "description": "Path to the rust compiler sources, for usage in rustc_private projects."
695
690 } 696 }
691 } 697 }
692 }, 698 },