Getting the langium web worker example setup with react #481
Unanswered
SorenHolstHansen
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @SorenHolstHansen I will take a look at your repo, try it and see if I can provide with an idea for a way forward. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I was trying my way with a very basic react setup with web workers. I tried looking at the langium example and the react example and combining the two, while also using @monaco-editor/react.
The code compiles fine, but there is no auto-completion, and I can see in the console, that the web workers have not been setup correctly.
I guess this is not strictly related to monaco-languageserver, but I was hoping that I could get some help from you to make it work.
My ultimate goal was to get the monaco editor working with the dbt lsp with a web worker, but I wanted to try a basic example first to see if I could get it to work.
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions