Skip to content

Commit 53835b8

Browse files
Update VS Code Browser to 1.81.1 (#18485)
* Update VS Code Browser to `1.81.1` * Update Stable * Fix stable commit
1 parent 285f11d commit 53835b8

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: 598e5d080e7461be33923ee0d231bef718e5c65c
11-
codeVersion: 1.81.0
10+
codeCommit: 722b22e60cbc82dde713d4892eeebbbe5fc348c0
11+
codeVersion: 1.81.1
1212
codeQuality: stable
1313
noVerifyJBPlugin: false
1414
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.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-8c60cd3938c5559680cabc90337c4c0ed4639bec" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-b25181a04b67fee6e2dae22e49bceaf4d9b3cd6f" // 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)