-
Notifications
You must be signed in to change notification settings - Fork 148
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
yaml-language-server
Schema Support
#244
Comments
Would this enhancement allow for the above: https://github.com/krassowski/jupyterlab-lsp/issues/196 |
Thank you for opening this issue. This is an important use-case and useful feedback. While I do not have the bandwidth for it now (probably until June), we are very welcoming of new contributions - if you or anyone at the team would like to try to tackle the topic of configuration. I think we could start with some simplest working configuration to support your use case rather than try to implement all of the intended configuration features. @bollwyvl might have some more thoughts. |
Indeed, there are a number of servers that are all but useless without some level of config! Handling config should certainly be the next non-bugfix, non-chore, non-architecture, non-robustness features... though we might have to do some of those. It's a shame I haven't been able to put a bow on #205 yet, as no doubt being able to restart servers easily would be nice for testing it, but here we are.
That is correct: we need to add the frontend plumbing to emit the correct LSP messages. I'll do a little updated vignette over there... I, too, am spread a bit thin right now. As @krassowski says, PRs, or contribution of any kind, are very welcome! In this case, if you have (or can fabricate) really quite specific open source use examples that we could try to turn into tests, those would be very welcome on #196, or as links to gists. |
@trajamsmith how's it been going? do you reckon 0.10.1 works now? I want to do a refresh of all our js dependencies, including language servers, soon, and was hoping we could finally put this one to bed! |
Hey! Yes, the newest release of the |
At present, it seems that the
yaml-language-server
can only be configured using adidChangeConfigurationRequest
. Our team would like to be able to validate YAML files against a schema usingjupyterlab-lsp
, but it doesn't seem that there's any way to send the change configuration request from the JupyterLab client.Is that correct? Is there any plan to support configuration changes using that connection method?
Thanks!
The text was updated successfully, but these errors were encountered: