Skip to content

Commit bbbb855

Browse files
committed
fix #2802: add missing commands to Code
1 parent bb2eae2 commit bbbb855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sudo apt-get update \
2828
&& sudo apt-get clean -y \
2929
&& rm -rf /var/lib/apt/lists/*
3030

31-
ENV GP_CODE_COMMIT ae8dc44299153ca820ac9e13cc9def5bb6baafd1
31+
ENV GP_CODE_COMMIT 9e165d1fc31fb578b092c706ded8cbb5e2bcf72a
3232
RUN mkdir gp-code \
3333
&& cd gp-code \
3434
&& git init \

components/ide/code/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ export USER=gitpod
3131
[ -s ~/.nvm/nvm-lazy.sh ] && source ~/.nvm/nvm-lazy.sh
3232

3333
cd /ide
34-
exec /ide/node/bin/gitpod-node ./out/gitpod.js $*
34+
exec /ide/node/bin/gitpod-node --inspect=0 ./out/gitpod.js $*

0 commit comments

Comments
 (0)