We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Today, when I create a devfile I can use
schemaVersion: 2.0.0 metadata: name: nodejs-stack projects: - name: project git: location: "https://github.com/che-samples/web-nodejs-sample.git" components: - plugin: id: eclipse/che-theia/7.1.0 - plugin: id: eclipse/che-machine-exec-plugin/7.1.0
where plugins are referenced by ids
Describe the solution you'd like I would like to be able to inline the content of a plug-in
components: - plugin: id: eclipse/che-theia/7.1.0 - plugin: inline: | schemaVersion: 2.0.0 metadata: publisher: redhat name: java8 version: 0.57.0 displayName: Language Support for Java 8 title: Language Support for Java(TM) by ... description: Java Linting, Intellisense ... icon: https://.../logo-eclipseche.svg repository: https://github.../vscode-java ....
Describe alternatives you've considered none
Additional context To be able to easily test plugins or different version of plug-ins without publishing them first
The text was updated successfully, but these errors were encountered:
@benoitf should we close this one in favor of eclipse-che/che#16994
Sorry, something went wrong.
well, as plug-ins are no longer part of devfile, yes it should be closed there
No branches or pull requests
Is your feature request related to a problem? Please describe.
Today, when I create a devfile I can use
where plugins are referenced by ids
Describe the solution you'd like
I would like to be able to inline the content of a plug-in
Describe alternatives you've considered
none
Additional context
To be able to easily test plugins or different version of plug-ins without publishing them first
The text was updated successfully, but these errors were encountered: