jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Allow to pass default workspace config (`serverSettings`) in specs
trafficstars
References
Closes #821
Code changes
- add optional
workspace_configurationto language server spec which defines defaults forworkspace/configurationreply (also known asserverSettings) - split
SettingsSchemaManagerfromSettingsUIManager(non-breaking as this was never released)
User-facing changes
The settings UI will notify of any defaults set by the server.
Backwards-incompatible changes
None
Chores
- [x] linted
- [x] tested
- [ ] documented
- [ ] changelog entry