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?