Skip to content

Commit

Permalink
Update VS Code Browser to 1.82.1 (#18707)
Browse files Browse the repository at this point in the history
* Update VS Code Browser to `1.82.1`

* Update stable
  • Loading branch information
filiptronicek authored Sep 13, 2023
1 parent 0a5dc02 commit c8b829a
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: be9e0586f5943994482945a8ffcb1f9a04b78aa2
codeVersion: 1.82.0
codeCommit: 4bfcf94526f18dec9e7d73fe8ff3741062f273c1
codeVersion: 1.82.1
codeQuality: stable
noVerifyJBPlugin: false
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.1.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-5fb4ffd2603003be6c9ff7b71910b95ab7a26b90" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-6ee3670c66453c56bbd0816a9d07caa7c0dcd554" // stable version that will be updated manually on demand
CodeHelperIDEImage = "ide/code-codehelper"
CodeWebExtensionImage = "ide/gitpod-code-web"
CodeWebExtensionVersion = "commit-1de61b5711089287b7f27bc1223c57d6d9bb3144" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code
Expand Down

0 comments on commit c8b829a

Please sign in to comment.