Respect Lua.trace.server=verbose to enable verbose LSP logging
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 215
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the VSCode extension's handling of the Lua.trace.server setting and compare it with the linked language-server logging guidance. Done means selecting "verbose" causes all JSON-RPC LSP messages to be logged, rather than relying on language-server-specific logging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100