-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Problem
I would like to access the configuration sent by the LSP client to the language server, but it is not exposed.
Current solutions
I'm currently writing the config to the file system, and checking (via stat) for changes to this file during runs. This is not ideal for performance.
Proposed solutions
Expose either the raw LSP connection object so that one can extend the LSP gracefully, or accept it as an argument that can be passed in.
Metadata
Metadata
Assignees
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually