-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User guide - Adding a VS Code extension #21296
Comments
closing as PR has been merged |
i have a doubt on adding extension to che-theia ide i have an extensionId Please help me to fix this problem i followed this documentation
|
Hello @Divine1 using Che/Theia, the extension needs to be in the Che plug-in registry (here it's not so it will not add it) Using VS Code/che integration, it will fetch it from open-vsx.org (and it's not there so it won't be seen as well) VS Code marketplace is only available for VS Code product, 3rd party users can't use it. So you should probably provide your extension on open-vsx.org |
@benoitf thank you for this quick response. i will try to push my extension to open-vsx.org and share you the feedback |
@benoitf The extensionId is i have updated my
|
@Divine1 as I said previously, for Theia IDE, it requires to be in the che plug-in registry here you published to OpenVSX.org so it'll work with VSCode/Che-code (not CheTheia) |
@benoitf thank you for the response. could you please help me know how can i publish my extension into Any idea where can i find the steps to publish my extension into in this git repo i found |
Is your enhancement related to a problem? Please describe
User Guide needs to be updated (global issue). This issue is about the creation of a new "Add a VS Code extension" section.
Describe the solution you'd like
This is specific to Che Theia and, of course, VS Code
We should warn that Che Theia VS Code extension support has some flaws and provide a link to Che Theia VS Code extensions compatibility API.
We should mention that it's possible to specify a VS Code extension in:
and give an example for any of them as well as pros and cons.
We should provide examples on how the property of an extension can be overridden for any of those scenarios.
We should also specify where the definitions of the VS Code extensions are (plugin registry gh repository, online instance and embedded instance) and how openvsx and Che plugin registry are related.
The text was updated successfully, but these errors were encountered: