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 @@ -42,7 +42,7 @@ RUN curl -fsSL https://github.com/raw/nvm-sh/nvm/v0.38.0/install.sh |
42
42
&& npm install -g yarn node-gyp
43
43
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
44
44
45
- ENV GP_CODE_COMMIT 06711200f6a3a19af94f91102fd49d921b1145db
45
+ ENV GP_CODE_COMMIT 9bc86ad1d6f3f7116ef96003983738963fd70a6f
46
46
RUN mkdir gp-code \
47
47
&& cd gp-code \
48
48
&& git init \
@@ -51,6 +51,7 @@ RUN mkdir gp-code \
51
51
&& git reset --hard FETCH_HEAD
52
52
WORKDIR /gp-code
53
53
RUN yarn
54
+ RUN yarn gitpod:link
54
55
RUN yarn gulp gitpod-min
55
56
56
57
# grant write permissions for built-in extensions
@@ -77,5 +78,5 @@ ENV GITPOD_ENV_SET_EDITOR /ide/bin/code
77
78
ENV GITPOD_ENV_SET_VISUAL "$GITPOD_ENV_SET_EDITOR"
78
79
ENV GITPOD_ENV_SET_GP_OPEN_EDITOR "$GITPOD_ENV_SET_EDITOR"
79
80
ENV GITPOD_ENV_SET_GIT_EDITOR "$GITPOD_ENV_SET_EDITOR --wait"
80
- ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --command gitpod.api. preview"
81
- ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --open-external "
81
+ ENV GITPOD_ENV_SET_GP_PREVIEW_BROWSER "/ide/bin/code --preview"
82
+ ENV GITPOD_ENV_SET_GP_EXTERNAL_BROWSER "/ide/bin/code --openExternal "
You can’t perform that action at this time.
0 commit comments