-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Many LSPs, such as ty (config docs) uses the LSP option of initializationOptions to determine language-specific settings, like adding auto-import suggestions
Use case: I am building a super minimal python editor with ty LSP, and it would be nice if I could use
LspStdioConfig.start(
executable: "ty",
....
initializationOptions:{"completion": {"autoImport": false}}
)Looking at the code
Lines 103 to 105 in e653725
| 'initializationOptions': { | |
| 'highlight': {'enabled': true}, | |
| }, |
It seem to be already sending this, just without user ability to add more options.
Thank you for the awesome project,
matan-h
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels