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.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 72befe2b6..9ef6c6983 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -252,6 +252,11 @@
252 "default": "off", 252 "default": "off",
253 "description": "Trace requests to the rust-analyzer" 253 "description": "Trace requests to the rust-analyzer"
254 }, 254 },
255 "rust-analyzer.trace.extension": {
256 "description": "Enable logging of VS Code extensions itself",
257 "type": "boolean",
258 "default": false
259 },
255 "rust-analyzer.lruCapacity": { 260 "rust-analyzer.lruCapacity": {
256 "type": [ 261 "type": [
257 "null", 262 "null",