Is your enhancement related to a problem? Please describe
I noticed, that not all the plugins appeared to be installed after creating a workspace from quarkus sample.
.vscode/extensions.json for quarkus sample contains only one redhat.vscode-quarkus recommendation.
Che-Theia performs the plugin installation properly. It opens redhat/vscode-quarkus/latest/che-theia-plugin.yaml, downloads all the extensions from extensions: block and does the same for all the dependencies from dependencies:.
When che-code handles .vscode/extensions.json file, it does not aware about redhat/vscode-quarkus/latest/che-theia-plugin.yaml and does not install dependencies, that are described in dependencies: block
Is your enhancement related to a problem? Please describe
I noticed, that not all the plugins appeared to be installed after creating a workspace from quarkus sample.
.vscode/extensions.json
for quarkus sample contains only oneredhat.vscode-quarkus
recommendation. Che-Theia performs the plugin installation properly. It opens redhat/vscode-quarkus/latest/che-theia-plugin.yaml, downloads all the extensions fromextensions:
block and does the same for all the dependencies fromdependencies:
.When che-code handles
.vscode/extensions.json
file, it does not aware aboutredhat/vscode-quarkus/latest/che-theia-plugin.yaml
and does not install dependencies, that are described independencies:
blockThis is what I have after installing the recommendations for quarkus
Che-code does not touch redhat/vscode-quarkus/latest/che-theia-plugin.yaml, but installs all the dependencies, that are described in package.json of quarkus plugin.
Describe the solution you'd like
Review all che-samples, that we use for workspace creation, and add missing extensions to
.vscode/extensions.json
Describe alternatives you've considered
No response
Additional context
No response