We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cb492 commit 9b37719Copy full SHA for 9b37719
components/ide/code/leeway.Dockerfile
@@ -60,9 +60,9 @@ COPY --from=code_installer /ide/bin /ide/bin
60
ENV GITPOD_ENV_APPEND_PATH /ide/bin:
61
62
# editor config
63
-ENV GITPOD_ENV_SET_EDITOR code
+ENV GITPOD_ENV_SET_EDITOR /ide/bin/code
64
ENV GITPOD_ENV_SET_VISUAL "$GITPOD_ENV_SET_EDITOR"
65
ENV GITPOD_ENV_SET_GP_OPEN_EDITOR "$GITPOD_ENV_SET_EDITOR"
66
ENV GITPOD_ENV_SET_GIT_EDITOR "$GITPOD_ENV_SET_EDITOR --wait"
67
-ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "code --command gitpod.api.preview"
68
-ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "code --open-external"
+ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --command gitpod.api.preview"
+ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --open-external"
0 commit comments