Skip to content

Commit 93fc476

Browse files
authored
[code] Update code to 1.85 (#19219)
* Update code to 1.85 * Update stable commit
1 parent bfa7c6e commit 93fc476

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: 82a937848fa78b21fe5f051bfd18ff0a8cd2f9ab
11-
codeVersion: 1.84.2
10+
codeCommit: 0b0a4855c19d3a9014a650db6cf9080c7655ad73
11+
codeVersion: 1.85.0
1212
codeQuality: stable
1313
noVerifyJBPlugin: false
1414
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.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-3bb09152fc5248f5b99b33b4d8a7f101aa082441" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-dcabd3a05822f5d07c649f5e57bf0a3e9cbd3353" // stable version that will be updated manually on demand
1010
CodeHelperIDEImage = "ide/code-codehelper"
1111
CodeWebExtensionImage = "ide/gitpod-code-web"
1212
CodeWebExtensionVersion = "commit-49bb715b599dce2356dd02a6ede7ae8cf10d8d12" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code

0 commit comments

Comments
 (0)