Add missing recommended extensions to .vscode/extensions.json in all che-samples #21644
Labels
area/devfile-registry
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
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 from
extensions:
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
The text was updated successfully, but these errors were encountered: