Skip to content

Commit 648dc30

Browse files
Update VS Code Browser to 1.80.1 (#18279)
* Update VS Code Browser to `1.80.1` * Update stable
1 parent 0ea1b3a commit 648dc30

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: f382cc4627256a154991fda8b26ac3ac0aed6b9a
11-
codeVersion: 1.80.0
10+
codeCommit: 4259dacf5d639c90f3e5f5fcac98a6c256e19d0c
11+
codeVersion: 1.80.1
1212
codeQuality: stable
1313
noVerifyJBPlugin: false
1414
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.1.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-8c20fa0aeca0468174e1ad1050db9a961534d53c" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-11ad230f8b9e5a8a759497a678da388d231324d7" // stable version that will be updated manually on demand
1010
CodeHelperIDEImage = "ide/code-codehelper"
1111
CodeWebExtensionImage = "ide/gitpod-code-web"
1212
CodeWebExtensionVersion = "commit-38829640a8b23058ea46930d861d9179cad971b7" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code

0 commit comments

Comments
 (0)