From 39861a4e15cf8cfed69f336c7178bb4b480fe3a3 Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Thu, 20 Dec 2018 12:05:41 +0000 Subject: 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 --- editors/code/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index d53e44b21..2989a7016 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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" } } }, -- cgit v1.2.3