VS Code waits for something when closing #1560
Replies: 2 comments
-
Hi @georghinkel, The client should only wait for the the
If that does not work for you, I suspect that for some reason the server never responds with a proper |
Beta Was this translation helpful? Give feedback.
-
Hm, the server logs tell me that the GLSP action was sent:
What should be the content of the reason to connect it with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Visual Studio Code currently hangs for me when closing it. The message I get is that it is waiting for unsaved changes.
Upon save, the GLSP client sends a
saveModel
action to the server and the server reacts with setting the dirty state (setDirtyState
). But it seems to me that the client also waits for something else. What could it be waiting for?Beta Was this translation helpful? Give feedback.
All reactions