aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ba9c9433a..cc364d478 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -194,6 +194,17 @@
194 ], 194 ],
195 "default": "off", 195 "default": "off",
196 "description": "Trace requests to the ra_lsp_server" 196 "description": "Trace requests to the ra_lsp_server"
197 },
198 "rust-analyzer.trace.cargo-watch": {
199 "type": "string",
200 "scope": "window",
201 "enum": [
202 "off",
203 "error",
204 "verbose"
205 ],
206 "default": "off",
207 "description": "Trace output of cargo-watch"
197 } 208 }
198 } 209 }
199 }, 210 },