diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-23 10:02:08 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-23 10:02:08 +0000 |
commit | 58d44c6ba2de32a31a09bbcaf61365a69b69374c (patch) | |
tree | 40f50d70e9ac2bb48d680e4b2fc4a4480eaf4f99 /editors/code/package.json | |
parent | dea1d957e5fec51e8210b3fc4d2db7099d0ff000 (diff) | |
parent | 49844ab717d8d1790dbdf7f44d160936ece0e80f (diff) |
Merge #3261
3261: Extract client-side logging r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 5 |
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", |