Support tracing lsp requests.

TODO: Debug why decorations are sent even when highlightingOn is disabled

This makes the log volume so high its impossible to work with anyway
This commit is contained in:
DJMcNab 2018-12-20 12:05:41 +00:00
parent c96011833c
commit 39861a4e15

View file

@ -131,6 +131,17 @@
"type": "boolean",
"default": true,
"description": "Highlight Rust code (overrides built-in syntax highlighting)"
},
"ra-lsp.trace.server": {
"type": "string",
"scope": "window",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Trace requests to the ra-lsp server"
}
}
},