File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN curl -fsSL https://github.com/raw/nvm-sh/nvm/v0.38.0/install.sh |
41
41
&& npm install -g yarn node-gyp
42
42
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
43
43
44
- ENV GP_CODE_COMMIT 06711200f6a3a19af94f91102fd49d921b1145db
44
+ ENV GP_CODE_COMMIT 9bc86ad1d6f3f7116ef96003983738963fd70a6f
45
45
RUN mkdir gp-code \
46
46
&& cd gp-code \
47
47
&& git init \
@@ -50,6 +50,7 @@ RUN mkdir gp-code \
50
50
&& git reset --hard FETCH_HEAD
51
51
WORKDIR /gp-code
52
52
RUN yarn
53
+ RUN yarn gitpod:link
53
54
RUN yarn gulp gitpod-min
54
55
55
56
# grant write permissions for built-in extensions
@@ -75,5 +76,5 @@ ENV GITPOD_ENV_SET_EDITOR /ide/bin/code
75
76
ENV GITPOD_ENV_SET_VISUAL "$GITPOD_ENV_SET_EDITOR"
76
77
ENV GITPOD_ENV_SET_GP_OPEN_EDITOR "$GITPOD_ENV_SET_EDITOR"
77
78
ENV GITPOD_ENV_SET_GIT_EDITOR "$GITPOD_ENV_SET_EDITOR --wait"
78
- ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --command gitpod.api. preview"
79
- ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --open-external "
79
+ ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --preview"
80
+ ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --openExternal "
You can’t perform that action at this time.
0 commit comments