Replies: 1 comment
-
Hey @jlxzq, this isn't really related to Langium - we neither build the monaco editor nor the language client packages here. But you should be able to register any middleware on the |
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.
-
Can middleware be added between editors monaco-editor and LSP to intercept communication between them? Release after processing, for example, I want to add some header files, but do not want to show this header file to the user, so add this header file when monaco-editor communicates with LSP. Delete the header file when LSP communicates with monaco-editor.
Beta Was this translation helpful? Give feedback.
All reactions