Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Change some options to match RLS #310

Merged
merged 1 commit into from
May 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,20 @@
"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": [
"string",
"null"
],
"default": null,
"description": "Specify to run analysis as if running `cargo check --bin <name>`. Use `null` to auto-detect."
"description": "Specify to run analysis as if running `cargo check --bin <name>`. 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",
Expand Down Expand Up @@ -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": {
Expand Down