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

VS Code is run in {{che-code-runtime-description}} container

XMLWordPrintable

    • False
    • None
    • False

      If VS Code is the default editor and I start a workspace using a devfile with one container (let's call it tooling), then VS Code won't be executed in the tooling container but in a container named che-code-runtime-description.

      This behavior can be fixed renaming vscode as che-code:

      oc exec -ti -n openshift-devspaces deployment/plugin-registry -- sed -i "s/  name: vscode/  name: che-code/" /var/www/html/v3/plugins/che-incubator/che-code/insiders/devfile.yaml
      

      Note this problem is not reproducible with samples as, in that case, the DevWorkspace is pre-created at plugin-registry build time.

            vsvydenk Valerii Svydenko
            mloriedo Mario Loriedo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: