Integration of VS Code extensions in Monaco editor

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?

+4
source share
1 answer

vscode API vscode. API- vscode API- monaco . API- monaco API- vscode API- monaco.

: github

+1

Source: https://habr.com/ru/post/1675829/


All Articles