diff --git a/package.json b/package.json index 6c359c25..12128df9 100644 --- a/package.json +++ b/package.json @@ -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,