aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorIgor Matuszewski <[email protected]>2019-03-18 21:35:47 +0000
committerIgor Matuszewski <[email protected]>2019-03-18 21:35:47 +0000
commit7c2595c26820917fa9ad1b1c36f01fc6ac979287 (patch)
treedb71a710ca08293583163677aae0ca07a704adfc /editors/code/package.json
parent60cac299640912ad1ad75644bfa0088d7ba6e367 (diff)
Guard auto cargo watch behind a config option
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 3834f2847..3e8cde388 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -168,6 +168,11 @@
168 "default": "ra_lsp_server", 168 "default": "ra_lsp_server",
169 "description": "Path to ra_lsp_server executable" 169 "description": "Path to ra_lsp_server executable"
170 }, 170 },
171 "rust-analyzer.enableCargoWatchOnStartup": {
172 "type": "boolean",
173 "default": "true",
174 "description": "When enabled, ask the user whether to run `cargo watch` on startup"
175 },
171 "rust-analyzer.trace.server": { 176 "rust-analyzer.trace.server": {
172 "type": "string", 177 "type": "string",
173 "scope": "window", 178 "scope": "window",