Replies: 2 comments 7 replies
-
@CGNonofr, generally I like the idea! See the 🚀 |
Beta Was this translation helpful? Give feedback.
-
@CGNonofr I guess you are aware of https://www.npmjs.com/package/monaco-editor-workers For the |
Beta Was this translation helpful? Give feedback.
-
Following conversation on TypeFox/monaco-languageclient#546
I was thinking about it for a while also... to go even further, what we can do is:
monaco-editor:npm:@codingame/monaco-vscode-editor-api
of courseThe only risk/concern I see is if a library imports internal monaco-editor modules (like monaco-vim seems to do) but there is probably a solution for that
I see 3 mains pros:
It would also allows to replace
createEditor
by thecreateConfiguredEditor
transparentlyWhat do you think about it @kaisalmen?
Beta Was this translation helpful? Give feedback.
All reactions