-
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
Language server warnings #640
Comments
Thank you. We need to improve the validator output as it is hard to tell what failed from these logs, but I believe your assessment right. An immediate solution |
I can help looking into this |
Quick update on this, making |
@krassowski Apparently the There are a few ways to solve this, not sure which one is best:
|
Thank you for looking into this. I agree that option 3 would be best for now. |
Description
After installing the 3.8 version along with jupyter-lsp 1.4.0, new server warnings are logged when running jupyterlab in the format:
for some of the language server specs defined here (See list below)
Command Line Output:
I believe this is be related to troubleshooting introduced in #634 where a new property is added to the schema but some of the server language specs are not including it.
Reproduce
--debug
flag and watch for warning logsExpected behavior
Either no warnings logged for missing servers, or a way to turn them off?
Context
Required: installed server extensions
Required: installed lab extensions
The text was updated successfully, but these errors were encountered: