MonacoEditorLanguageClientWrapper.init never resolves its promise. #899
Replies: 4 comments
-
Adding debug logs here: DEBUG Initializing vscode services. Caller: monaco-editor (2) |
Beta Was this translation helpful? Give feedback.
-
@vivekburman thank you. I will catch up with answering / looking into issues this week. Was occupied with other things last two weeks. |
Beta Was this translation helpful? Give feedback.
-
Hi @vivekburman I tried to reproduce your problem, but I can't. Can you share a repository which allows to easily reproduce the problem or write/share a unit test that fails? One thing that is wrong though is to use the |
Beta Was this translation helpful? Give feedback.
-
Closing this ticket it was due to mismatch in typefox and @CodinGame deps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Below are the error message and code snippet I'm using to get started with basic Editor instance with Gopls server.
@typefox/monaco-editor-react@6.6.0
ERROR:
Default api is not ready yet, do not forget to import 'vscode/localExtensionHost' and wait for services initialization at Object.get (http://localhost:3000/static/js/bundle.js:811236:15)
CODE:
Beta Was this translation helpful? Give feedback.
All reactions