From 3162b9ed8f70701a1534acc47f8d0ea0ba8e3b2d Mon Sep 17 00:00:00 2001 From: Vincent Isambart Date: Sun, 7 Jun 2020 12:07:00 +0900 Subject: Fix VSCode settings --- editors/code/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index b9c57db3b..859ab4477 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -487,10 +487,7 @@ "default": true }, "rust-analyzer.linkedProjects": { - "markdownDescription": [ - "Disable project auto-discovery in favor of explicitly specified set of projects.", - "Elements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format" - ], + "markdownDescription": "Disable project auto-discovery in favor of explicitly specified set of projects. \nElements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format", "type": "array", "items": { "type": [ -- cgit v1.2.3