We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94130fc commit ac16572Copy full SHA for ac16572
components/ide/code/leeway.Dockerfile
@@ -71,7 +71,8 @@ RUN yarn --cwd extensions compile \
71
# Check pkg/blobserve/blobserve.go, `inlineVars` method
72
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
73
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
74
- && sed -i -e 's#static/##g' /vscode-web/index.html
+ && sed -i -e 's#static/##g' /vscode-web/index.html \
75
+ && sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
76
77
# cli config: alises to gitpod-code
78
RUN cp /vscode-reh-linux-x64/bin/remote-cli/gitpod-code /vscode-reh-linux-x64/bin/remote-cli/code \
0 commit comments