Skip to content
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

Support running VS Code editor for the Vert.x Java stack #22785

Closed
RomanNikitenko opened this issue Jan 24, 2024 · 2 comments
Closed

Support running VS Code editor for the Vert.x Java stack #22785

RomanNikitenko opened this issue Jan 24, 2024 · 2 comments
Assignees
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.

Comments

@RomanNikitenko
Copy link
Member

RomanNikitenko commented Jan 24, 2024

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:

  • replace quay.io/eclipse/che-java11-maven:7.37.2 image by another one - ubi8/ubi9-based image
    or
  • provide required libs to the che-code docker image and copy them to a user's container.

Describe alternatives you've considered

No response

Additional context

No response

@RomanNikitenko RomanNikitenko added kind/task Internal things, technical debt, and to-do tasks to be performed. area/editor/vscode Issues related to the Code OSS editor of Che 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. labels Jan 24, 2024
@RomanNikitenko RomanNikitenko added the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Feb 12, 2024
@RomanNikitenko
Copy link
Member Author

RomanNikitenko commented Feb 12, 2024

Created a PR: devfile/registry#295

@RomanNikitenko RomanNikitenko moved this to Ready for Review in Eclipse Che Team B Backlog Feb 12, 2024
@RomanNikitenko RomanNikitenko moved this from Ready for Review to ✅ Done in Eclipse Che Team B Backlog Feb 14, 2024
@RomanNikitenko
Copy link
Member Author

The PR was merged: devfile/registry#295

@RomanNikitenko RomanNikitenko removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant