diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b02c80773..3768679fe 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -692,6 +692,14 @@ | |||
692 | }, | 692 | }, |
693 | "default": [], | 693 | "default": [], |
694 | "description": "Additional arguments to be passed to cargo for runnables such as tests or binaries.\nFor example, it may be '--release'" | 694 | "description": "Additional arguments to be passed to cargo for runnables such as tests or binaries.\nFor example, it may be '--release'" |
695 | }, | ||
696 | "rust-analyzer.rustcSource": { | ||
697 | "type": [ | ||
698 | "null", | ||
699 | "string" | ||
700 | ], | ||
701 | "default": null, | ||
702 | "description": "Path to the rust compiler sources, for usage in rustc_private projects." | ||
695 | } | 703 | } |
696 | } | 704 | } |
697 | }, | 705 | }, |