From 23e5c5e0fe36c7c35db4112a0b2c58f73944b292 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:30:06 -0500 Subject: [PATCH] Make logging documention easier to find (#970) Since the README is quite long, this will make is easier to find these instructions when performing a `Cmd-F` search for `log` or `logging`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607227ae..62e04890 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ extension in development mode or run tests, set up some breakpoints and start wi ### Tracing LSP requests and responses -LSP server tracing can be controlled through the `ruby lsp.trace.server` config key in the `.vscode/settings.json` +LSP server tracing (logging) can be controlled through the `ruby lsp.trace.server` config key in the `.vscode/settings.json` config file. Possible values are: