aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index eccafccdd..6db78a99a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -687,6 +687,14 @@
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": [
693 "null",
694 "string"
695 ],
696 "default": null,
697 "description": "Path to the rust compiler sources, for usage in rustc_private projects."
690 } 698 }
691 } 699 }
692 }, 700 },