Replies: 1 comment
-
As far as I know, it is legally not allowed to directly connect from a Theia-based application to the VS Code marketplace. You should be able though to download extensions from there as VSX file and manually install them in your Theia-based application. Or, if they have a compliant open-source license, publish them in OpenVSX and download them from there. I guess, the reason why Another aspect to consider is that On a first glance, it looks like the functionality Can you maybe elaborate on your requirements to see if it matches and whether others would have similar requirements? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I’m interested in https://marketplace.visualstudio.com/items?itemName=ilg-vscode.xpack , which I think should be available in open-vsx.
Is it possible to use VS-Code extensions directly installing from VS-code marketplace in Theia (for some learning purpose)? I’ve tried to copy extension files to /plugins folder, which worked and gave UI options but didn’t work as in VS-Code. I’m thinking it’s because of dependencies. Can I use VSX_REGISTRY_URL and install extensions directly from market place using https://marketplace.visualstudio.com/vscode instead http://open-vsx.org/ ?
Beta Was this translation helpful? Give feedback.
All reactions