-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Update to monaco-vscode-api 1.82.5 #549
Conversation
LGTM |
I have the same issue, the server doesn't answer to hover and completion requests before ~15s |
This was my Don Quijote moment today. Fighting the windmill. I went back to 6.5.0 and had the same issues. What was definitely not the case two weeks ago. |
@CGNonofr Is |
Could it be linked to this? microsoft/vscode-json-languageservice#212 |
It's probably related to some downloading indeed, maybe the schema server was slow |
Very likely the case. Timing was very bad. Because I thought I broke something last night / this morning. |
WIP: The server changes are not working as expected.
What the title says
In addition, I unified the language server usage. Less code to maintain.
I have the strange observation that the first code completion request from the JSON LS takes a long time, but afterwards works fine. I don't remember it used to be like this. 🤷♂️ Can you test this as well? Thanks.
Will update once CodinGame/monaco-vscode-api#206 is merged and final release is available.