Skip to content

Tag VS Code Insiders versions accordingly #15251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN commitVersion=$(cat package.json | jq -r .version) \
RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
nameLong=$(jq --raw-output '.nameLong' product.json) && \
if [ "$CODE_QUALITY" = "insider" ]; then \
${CODE_VERSION}=${CODE_VERSION}-insider \
nameShort="$nameShort - Insiders" \
nameLong="$nameLong - Insiders" \
; fi && \
Expand All @@ -68,6 +69,8 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
mv product.json.tmp product.json && \
jq '{quality,nameLong,nameShort}' product.json

ENV CODE_VERSION=$CODE_VERSION

RUN yarn --cwd extensions compile \
&& yarn gulp vscode-web-min \
&& yarn gulp vscode-reh-linux-x64-min
Expand Down