Replies: 1 comment 2 replies
-
Hi @wa8f7192 this is the proposed solution for #620 (see PR #666) and yes that is viable solution if both editors use the same language(Id). |
Beta Was this translation helpful? Give feedback.
2 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.
-
In the example given https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/src/langium/statemachine/main.ts
It creates 2 wrappers, where each wrapper is passed in a different web worker,
Would it be feasible to use only 1 worker and share between wrappers? and whether there are concerns on doing this.
Assuming we will only show one editor at a time.
Beta Was this translation helpful? Give feedback.
All reactions