Skip to content

Commit c8b829a

Browse files
Update VS Code Browser to 1.82.1 (#18707)
* Update VS Code Browser to `1.82.1` * Update stable
1 parent 0a5dc02 commit c8b829a

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: be9e0586f5943994482945a8ffcb1f9a04b78aa2
11-
codeVersion: 1.82.0
10+
codeCommit: 4bfcf94526f18dec9e7d73fe8ff3741062f273c1
11+
codeVersion: 1.82.1
1212
codeQuality: stable
1313
noVerifyJBPlugin: false
1414
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.1.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-5fb4ffd2603003be6c9ff7b71910b95ab7a26b90" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-6ee3670c66453c56bbd0816a9d07caa7c0dcd554" // stable version that will be updated manually on demand
1010
CodeHelperIDEImage = "ide/code-codehelper"
1111
CodeWebExtensionImage = "ide/gitpod-code-web"
1212
CodeWebExtensionVersion = "commit-1de61b5711089287b7f27bc1223c57d6d9bb3144" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code

0 commit comments

Comments
 (0)