Skip to content
Discussion options

You must be logged in to vote

Hi @rsoika,

Gitlab Web IDE only support VSCode webextensions.
General description from the doc:

Web extensions share the same structure as regular extensions, but given the different runtime, don't run with the same code as extensions written for a Node.js runtime. Web extensions still have access to the full VS Code API, but no longer to the Node.js APIs and module loading. Instead, web extensions are restricted by the browser sandbox and therefore have [limitations](https://code.visualstudio.com/api/extension-guides/web-extensions#web-extension-main-file) compared to normal extensions.

In theory, you can also develop a pure web-based GLSP extension. We already provide an example for th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsoika
Comment options

Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants