Replies: 1 comment 16 replies
-
I'm not sure you are trying to achieve exactly, but:
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on a component that is built on top of
monacoEditorReact
, and I'm exploring ways to register extensions for it. Specifically, I'm interested in two approaches:.vsix
extension using the@codingame/monaco-vscode-rollup-vsix-plugin
.So far, I've only managed to bundle an extension/language directly into the editor. However, it would be incredibly useful to have the ability to start with a base editor and extend it with languages as needed. My goal is to be able to pass languages into my built npm component dynamically, rather than bundling them directly.
Has anyone successfully registered extensions in this manner? Any guidance or examples would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions