Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-7481

Plugin registry doesn't have 'cnshenj.vscode-task-manager' extension which JBoss EAP 8.0 sample references in the extensions.json file

XMLWordPrintable

    • False
    • None
    • False
    • Workaround Exists
    • Hide

      Configure Dev Spaces instance to use https://open-vsx.org/ instead of inbuilt plugin-registry:

          pluginRegistry:
            openVSXURL: "https://open-vsx.org"
            disableInternalRegistry: true
      
      Show
      Configure Dev Spaces instance to use https://open-vsx.org/ instead of inbuilt plugin-registry: pluginRegistry: openVSXURL: "https: //open-vsx.org" disableInternalRegistry: true

      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

      1. Install Dev Spaces 3.17.0.RC
      2. Go to User Dashboard and start 'JBoss EAP 8.0' sample
      3. 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
      

       *

              vsvydenk Valerii Svydenko
              dnochevn Dmytro Nochevnov
              Dmytro Nochevnov Dmytro Nochevnov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: