From e9f5585724a52fcbe91ca11a69d9d68916d6824d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 28 Aug 2020 19:30:07 +0300 Subject: Add rust-analyzer.checkOnSave.target to package.json --- editors/code/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 93d94ed12..034090155 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -350,6 +350,14 @@ "default": null, "description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`." }, + "rust-analyzer.checkOnSave.target": { + "type": [ + "null", + "string" + ], + "default": null, + "description": "Check for a specific target. Defaults to `rust-analyzer.cargo.target`." + }, "rust-analyzer.cargoRunner": { "type": [ "null", -- cgit v1.2.3