File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defaultArgs:
7
7
publishToNPM : true
8
8
publishToJBMarketplace : true
9
9
localAppVersion : unknown
10
- codeCommit : a10055399a4d1cba7dc4a77ab4423af6a48bc349
10
+ codeCommit : 8fe866b82edb11ba806699c02642d0486f5ec435
11
11
codeVersion : 1.75.0
12
12
codeQuality : stable
13
13
noVerifyJBPlugin : false
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN yarn --cwd extensions compile \
78
78
# Check pkg/blobserve/blobserve.go, `inlineVars` method
79
79
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
80
80
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
81
- && sed -i -e 's#static/# #g' /vscode-web/index.html \
81
+ && sed -i -e 's#{{WORKBENCH_WEB_BASE_URL}}#. #g' /vscode-web/index.html \
82
82
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
83
83
84
84
# cli config: alises to gitpod-code
You can’t perform that action at this time.
0 commit comments