Support running VS Code editor for the Vert.x Java stack #22785
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
team/B
This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Is your task related to a problem? Please describe
There is a devfile for the Vert.x Java stack of the Devfile Registry.
At the moment it's not possible to start VS Code as an editor for that stack.
Describe the solution you'd like
The devfile uses
quay.io/eclipse/che-java11-maven:7.37.2
image as a container for running VS Code.I think it's
docker.io/maven-based
image, it doesn't contain required libraries for running Node.js.As a solution we could consider:
quay.io/eclipse/che-java11-maven:7.37.2
image by another one -ubi8/ubi9-based
imageor
che-code
docker image and copy them to a user's container.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: