aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVadzim Dambrouski <[email protected]>2019-12-15 17:32:13 +0000
committerVadzim Dambrouski <[email protected]>2019-12-15 18:02:13 +0000
commita85cd6455a66ca75ba9991d91acf36f55cb74e8c (patch)
tree356d7b61e93d1aad261dba959afafc231d163441 /editors/code/package.json
parent4e24b25c669965cf6a68c4b8e775cc83615d978a (diff)
Add option to disable all-targets.
Can be useful in embedded.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 9290599c7..df8e9eecb 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -237,6 +237,11 @@
237 "description": "A list of patterns for cargo-watch to ignore (will be passed as `--ignore`)", 237 "description": "A list of patterns for cargo-watch to ignore (will be passed as `--ignore`)",
238 "default": [] 238 "default": []
239 }, 239 },
240 "rust-analyzer.cargo-watch.allTargets": {
241 "type": "boolean",
242 "description": "Check all targets and tests (will be passed as `--all-targets`)",
243 "default": true
244 },
240 "rust-analyzer.trace.server": { 245 "rust-analyzer.trace.server": {
241 "type": "string", 246 "type": "string",
242 "scope": "window", 247 "scope": "window",