Use monaco-editor-wrapper configuration to connect to the LSP service. Is there an automatic reconnection mechanism if the websocket is disconnected? Thanks #689
Unanswered
sailthesea
asked this question in
Q&A
Replies: 2 comments 9 replies
-
This is not built in, but one of the projects mentioned in the featured projects section in the README realizes it: https://github.com/Guyutongxue/clangd-in-browser/blob/main/src/editor.ts#L44-L102 |
Beta Was this translation helpful? Give feedback.
6 replies
-
Public or private repo? 🙂
I am suspecting that then there is a bug in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, in the following configuration, if the websocket is disconnected, is there a way to automatically reconnect and initialize it?
Beta Was this translation helpful? Give feedback.
All reactions