Skip to content

Commit 9b37719

Browse files
pattaciniakosyakov
authored andcommitted
Update leeway.Dockerfile
1 parent e5cb492 commit 9b37719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ COPY --from=code_installer /ide/bin /ide/bin
6060
ENV GITPOD_ENV_APPEND_PATH /ide/bin:
6161

6262
# editor config
63-
ENV GITPOD_ENV_SET_EDITOR code
63+
ENV GITPOD_ENV_SET_EDITOR /ide/bin/code
6464
ENV GITPOD_ENV_SET_VISUAL "$GITPOD_ENV_SET_EDITOR"
6565
ENV GITPOD_ENV_SET_GP_OPEN_EDITOR "$GITPOD_ENV_SET_EDITOR"
6666
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"
67+
ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --command gitpod.api.preview"
68+
ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --open-external"

0 commit comments

Comments
 (0)