We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to read the LSP traffic when using VSCode. Other languages support a <langId>.trace.server setting, see https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-server Setting it to "verbose" should log all JSON-RPC LSP message.
<langId>.trace.server
"verbose"
The Lua server log has some info but not all and I'd like to avoid using something that's specific to the language server here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to read the LSP traffic when using VSCode.
Other languages support a
<langId>.trace.server
setting, see https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-serverSetting it to
"verbose"
should log all JSON-RPC LSP message.The Lua server log has some info but not all and I'd like to avoid using something that's specific to the language server here.
The text was updated successfully, but these errors were encountered: