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