Skip to content

Commit

Permalink
Upgrade VS Code stale to pick up WS fixes for FF. (#18843)
Browse files Browse the repository at this point in the history
* update code commit

* bump up code stable version
  • Loading branch information
akosyakov authored Sep 29, 2023
1 parent 7c3129d commit 1325935
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: 8bcdbe5e6e097191649984c8329af15a3e6b3066
codeVersion: 1.83.0
codeCommit: 7e9dd80fe5c75101c3b3e9ba71c0ff63cbd09768
codeVersion: 1.82.2
codeQuality: stable
noVerifyJBPlugin: false
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.2.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-d393e5d34768a18e0ddeebcfa460ce19bf44eda5" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-9205b24a4c5c4f394a05b7186dac119e6c8b7cd9" // 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 1325935

Please sign in to comment.