-
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
[docs] How to add VSCode Extension to Eclipse Che? #15982
Comments
I completed the following steps:
-
alias: apache-pig-plugin
type: chePlugin
reference: https://raw.githubusercontent.com/tolusha/plugins-registry/master/plugins/tolusha/apache-pig-debug/0.0.1/meta.yaml /cc @tsmaeder |
This is the way I do it. There is also the option to run a custom plugin registry, but this may be overkill for your use case. This page has some more info. |
@tolusha @ericwill I obviously wrote a publisher in the meta.yaml file like https://github.com/leehyeongrak/plugins-registry/blob/master/plugins/leehyeongrak/jenkins-jack/1.0.0/meta.yaml The vsix file is in https://github.com/leehyeongrak/vsixes/blob/master/jenkins-jack-1.0.0_vsixhub.com.vsix And this is the code I wrote in the Devfile
I followed your example, but the results were the same... What's wrong? |
I've reopened the issue since this information has to be documented. |
@ericwill |
It can probably be added as part of #14119, which I am working on at the moment. |
Improve the docs a bit so that it's clear that a meta.yaml file can be hosted on GitHub, and not just a self-hosted registry link. See eclipse-che/che#15982 Signed-off-by: Eric Williams <ericwill@redhat.com>
It turns out this process is documented, just not as clearly as it should be. I've opened a PR to fix since it's a relatively straightforward clarification. |
Improve the docs a bit so that it's clear that a meta.yaml file can be hosted on GitHub, and not just a self-hosted registry link. See eclipse-che/che#15982 Signed-off-by: Eric Williams <ericwill@redhat.com>
Improve the docs a bit so that it's clear that a meta.yaml file can be hosted on GitHub, and not just a self-hosted registry link. See eclipse-che/che#15982 Signed-off-by: Eric Williams <ericwill@redhat.com>
Improve the docs a bit so that it's clear that a meta.yaml file can be hosted on GitHub, and not just a self-hosted registry link. See eclipse-che/che#15982 Signed-off-by: Eric Williams <ericwill@redhat.com>
@leehyeongrak, this seems to have been fixed by eclipse-che/che-docs#1074 -- could you please confirm it satisfies your expectations? |
I think to close this issue we should move the section that explains how to test a vs code extension without adding it to a plugin registry at the top because as mentioned by @ericwill publishing the vscode extension in a plugin registry may be overkill for most of the cases. |
Problem
I've seen in the documentation that I can add an extension of vscode to eclipse.
https://che.eclipse.org/eclipse-che-7-extending-developer-workspaces-to-run-vs-code-extensions-in-the-cloud-cbe97e11d4d4
But it only show the possibility and doesn't seem to tell me how to use it in eclipse che.
I'm using theia as the default frontend IDE of Eclipse Che
I know how to add the plugin provided by che, but I don't know how to add various plugins of vscode.
I know that there is a jenkins plugin in vscode.
I want to add Jenkins Extension to Eclipse Che
How to add VSCode Extension to Eclipse Che?
Relevant information
I have using eclipse che latest version
The text was updated successfully, but these errors were encountered: