Skip to content

Commit 05a71f6

Browse files
VS Code Browser release 1.77.0 (#17116)
* VS Code Browser release `1.77.0` * Update stable * Revert "Update stable" This reverts commit d41da27. * Test update back * Re-create the release branch and try again * Update stable to new commit
1 parent 768e949 commit 05a71f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: 2543ade4b0d8226ae4573c64d0efba8c6820e8ca
11-
codeVersion: 1.76.2
10+
codeCommit: bd6a27e72335bc41b62830483a6e94e4a51a5ceb
11+
codeVersion: 1.77.0
1212
codeQuality: stable
1313
noVerifyJBPlugin: false
1414
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2022.3.3.tar.gz"

install/installer/pkg/components/workspace/ide/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package ide
66

77
const (
88
CodeIDEImage = "ide/code"
9-
CodeIDEImageStableVersion = "commit-37273e54bbbaa4e83882b56a355706b7b903fec9" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-b740ddb9895e912f0774f36e032ec3fd841b21d3" // stable version that will be updated manually on demand
1010
CodeHelperIDEImage = "ide/code-codehelper"
1111
CodeWebExtensionImage = "ide/gitpod-code-web"
1212
CodeWebExtensionVersion = "commit-3b076b91039c47404d98c4a3198edf2982e24af7" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code

0 commit comments

Comments
 (0)