Skip to content
New issue

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

Respect Lua.trace.server=verbose to enable verbose LSP logging #131

Open
krobelus opened this issue Nov 18, 2023 · 0 comments
Open

Respect Lua.trace.server=verbose to enable verbose LSP logging #131

krobelus opened this issue Nov 18, 2023 · 0 comments

Comments

@krobelus
Copy link

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant