aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-17 11:41:44 +0000
committerAleksey Kladov <[email protected]>2019-12-17 11:41:44 +0000
commit2432f278cb97701e1ca3750bc691ca9bd757892f (patch)
treeac20b3b252a8dc9e83b09bdf159835152f8bdac4 /editors/code/package.json
parent3e2f4e42937cb6e6855df94e424b55ed102af44d (diff)
Default to client watching on VS Code
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 9290599c7..34bc81d5f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -219,7 +219,7 @@
219 }, 219 },
220 "rust-analyzer.useClientWatching": { 220 "rust-analyzer.useClientWatching": {
221 "type": "boolean", 221 "type": "boolean",
222 "default": false, 222 "default": true,
223 "description": "client provided file watching instead of notify watching." 223 "description": "client provided file watching instead of notify watching."
224 }, 224 },
225 "rust-analyzer.cargo-watch.arguments": { 225 "rust-analyzer.cargo-watch.arguments": {