From 487ec61fbced53adc53387b04344c8961e19b490 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Fri, 10 May 2024 15:31:28 -0400 Subject: [PATCH] Add note about logging setting (#2035) Co-authored-by: Andy Waite --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 85331525e..cfc896113 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { - // Set this value to `verbose` to see the full JSON content of LSP requests and responses + // Set this value to `messages` to see names of LSP requests and responses, + // or to `verbose` to see the full JSON content of LSP requests and responses "ruby lsp.trace.server": "off", "[ruby]": { "editor.defaultFormatter": "Shopify.ruby-lsp"