I'm following the VSCode tutorial on writing a language server and I'm struggling with showing log messages. The tutorial says:
For lsp-sample, you can set this setting: "languageServerExample.trace.server": "verbose". Now head to the channel "Language Server Example". You should see the logs:
I've tried adding this option to any of the package.json
files, as well as .vscode/settings.json
(as per this source). I know there's a similar StackOverflow post but the author ended up creating their own output channel. Instead, I'd simply like to find the appropriate location. Just wondering whether I'm missing something very obvious or this part of the tutorial is incorrect.