-
Bug
-
Resolution: Done
-
Critical
-
3.17.0.GA
-
False
-
-
False
-
Workaround Exists
-
-
-
Description of problem:
There was no "vscode-task-manager" extension available to install from plugin registry.
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install Dev Spaces 3.17.0.RC
- Go to User Dashboard and start 'JBoss EAP 8.0' sample
- Go to Extensions view in VS Code Editor and search for "vscode-task-manager" extension.
Actual results:
There was no "vscode-task-manager" extension found:
![]()
Expected results:
"vscode-task-manager" extension has been installed automatically.
Reproducibility (Always/Intermittent/Only Once):
Always.
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
Dev Spaces 3.17.0.RC-devspaces-operator-bundle-container-3.17-30.
"'JBoss EAP 8.0' extensions.json file"
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"redhat.java",
"vscjava.vscode-java-debug",
"vscjava.vscode-java-test",
"redhat.fabric8-analytics",
"cnshenj.vscode-task-manager"
]
}
JBoss EAP 8.0 sample workspace installed Task Manager extension successfully from https://open-vsx.org if set in CheCluster:
pluginRegistry:
openVSXURL: "https://open-vsx.org"
disableInternalRegistry: true