Skip to content

Commit

Permalink
Gitpod VS Code Browser Release 1.84.2 (#19055)
Browse files Browse the repository at this point in the history
* Build stable code

* upgrade stable image

---------

Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
mustard-mh and filiptronicek authored Nov 10, 2023
1 parent 185c042 commit 6dd8988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defaultArgs:
publishToNPM: true
publishToJBMarketplace: true
localAppVersion: unknown
codeCommit: e8edec1d836142a8a82e9c372b8d146d2c53b2fa
codeVersion: 1.84.1
codeCommit: 82a937848fa78b21fe5f051bfd18ff0a8cd2f9ab
codeVersion: 1.84.2
codeQuality: stable
noVerifyJBPlugin: false
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.3.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package ide

const (
CodeIDEImage = "ide/code"
CodeIDEImageStableVersion = "commit-0bfb871a1d539936e3ef9959d7db453ab59af352" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-3bb09152fc5248f5b99b33b4d8a7f101aa082441" // stable version that will be updated manually on demand
CodeHelperIDEImage = "ide/code-codehelper"
CodeWebExtensionImage = "ide/gitpod-code-web"
CodeWebExtensionVersion = "commit-49bb715b599dce2356dd02a6ede7ae8cf10d8d12" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code
Expand Down

0 comments on commit 6dd8988

Please sign in to comment.