From d84a05f0a1040644de70be48b692b7c6eebf2b98 Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Fri, 13 Nov 2020 14:15:57 +0800 Subject: [PATCH] chore: add rust-analyzer.rustcSource --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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,