The FAQ section in the Monaco repository says that it is not possible to perform VS-extension of the code in the Monaco editor in a browser. If I understand correctly, extensions have server dependencies. Thus, it should be possible to integrate the extension in the Monaco editor with the server (for example, npm run simpleserver).
As an example, I would like to integrate the Better Merge extension in the Monaco editor. Is it possible? How can i do this?
source
share