From fc9e5a8b74ed4a6298056d83847b3c2e0be1350b Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 9 May 2018 16:00:32 +1200 Subject: [PATCH] Change some options to match RLS --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 80eb8bc4..e42cf454 100644 --- a/package.json +++ b/package.json @@ -220,7 +220,7 @@ "null" ], "default": null, - "description": "Specify to run analysis as if running `cargo check --lib`. Use `null` to auto-detect." + "description": "Specify to run analysis as if running `cargo check --lib`. Use `null` to auto-detect. (unstable)" }, "rust.build_bin": { "type": [ @@ -228,12 +228,12 @@ "null" ], "default": null, - "description": "Specify to run analysis as if running `cargo check --bin `. Use `null` to auto-detect." + "description": "Specify to run analysis as if running `cargo check --bin `. Use `null` to auto-detect. (unstable)" }, "rust.cfg_test": { "type": "boolean", "default": false, - "description": "Build cfg(test) code." + "description": "Build cfg(test) code. (unstable)" }, "rust.unstable_features": { "type": "boolean", @@ -295,7 +295,7 @@ }, "rust.all_targets": { "type": "boolean", - "default": false, + "default": true, "description": "Checks the project as if you were running cargo check --all-targets (I.e., check all targets and integration tests too)." }, "rust.target_dir": {