Replies: 1 comment
-
I haven't used it, but you can try installing the extension on monaco and see if it works. The extension works on vscode-web, but some features are limited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im not a ts developer but im playing with the idea of having a monaco-editor powered app that would allow for your extension to be displayed in a custom website.
due to the way how vscode and monaco works this is not as simple as one might think but in monaco's faq they mention:
while playing wround i found out that i would need to load a few things like:
• monaco-editor
• @codingame/monaco-vscode-api
• monaco-languageclient
• vscode-ws-jsonrpc
• express
and then make all work on a server that uses Node.js and so on.
Do you have any idea of how to make all that work? have you ever played with monaco-editor at all besides vscode itself?
Beta Was this translation helpful? Give feedback.
All reactions