We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4498ab2 commit 3f92f8dCopy full SHA for 3f92f8d
components/ide/code/leeway.Dockerfile
@@ -134,7 +134,7 @@ RUN npm run gulp compile-build \
134
# config for first layer needed by blobserve
135
# this custom urls will be then replaced by blobserve.
136
# Check pkg/blobserve/blobserve.go, `inlineVars` method
137
-RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm.html /vscode-web/index.html \
+RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
138
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
139
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
140
0 commit comments