Skip to content

Commit

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

* Fix incorrect product name

* update stable image
  • Loading branch information
mustard-mh authored Nov 2, 2023
1 parent 35b4d6a commit 6f35496
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: 9ab5dfec5c88efc77a902df0a0c26733ab0c4a51
codeVersion: 1.83.1
codeCommit: 50b5698060d06fa4650f10651a8714fe1d3cffe2
codeVersion: 1.84.0
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-e77f3a07ea76bbb404d3f6bf4af36269afc45df1" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-9126e605808f72ca6870fc881ce6583a8a0042bc" // 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 6f35496

Please sign in to comment.