aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-12-17 11:42:19 +0000
committerGitHub <[email protected]>2019-12-17 11:42:19 +0000
commit7191dd7d5311af0ad8ce5ea9d6d81b64acd25355 (patch)
treeac20b3b252a8dc9e83b09bdf159835152f8bdac4 /editors/code/package.json
parent827831de87ee16c4cd9744b93aecd86fb6e438e5 (diff)
parent2432f278cb97701e1ca3750bc691ca9bd757892f (diff)
Merge #2578
2578: Default to client watching on VS Code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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": {