Multiple Editor instances on same Language client #911
Unanswered
vivekburman
asked this question in
Q&A
Replies: 1 comment
-
Hi @vivekburman the python example (wrapper and react version) use the views service from |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I would like to know if there is a way to use single
MonacoEditorLanguageClientWrapper
with mutlipleMonaco Editors
? Imagine golang codebase. So single Websocket connection to FS and then multiple editor instances each pointing to a separate golang file.Are there any examples on this to refer to? Or do I need to create multiple
MonacoEditorLanguageClientWrapper
instances and they share the same Websocket connection? Any docs / examples referring to this question?Beta Was this translation helpful? Give feedback.
All reactions