The FAQ section of the Monaco repository says that it is not possible to execute VS Code extensions on the Monaco Editor in browser. If I understand correctly, the extensions have server dependencies. Thus, it should be possible to integrate an extension in the Monaco editor with a server (ex. npm run simpleserver).
As example, I would like the integrate the Better Merge extension in the Monaco editor. Is that possible? How may I do it?
The vscode extensions are built on top of the vscode API. The vscode API is built on top of the monaco editor API plus many other things. One would need to build things on the monaco editor API or implement the vscode API from scratch on top of the monaco editor API.
source : github
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With