We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4744a91 commit c719aa9Copy full SHA for c719aa9
install/installer/pkg/components/workspace/ide/constants.go
@@ -6,7 +6,7 @@ package ide
6
7
const (
8
CodeIDEImage = "ide/code"
9
- CodeIDEImageStableVersion = "commit-9ea9102852a77fc925bdabac4ad95b3932181795" // stable version that will be updated manually on demand
+ CodeIDEImageStableVersion = "commit-d7b839fa361b26f075b1cbacd058e1cda532f0b9" // stable version that will be updated manually on demand
10
CodeDesktopIDEImage = "ide/code-desktop"
11
CodeDesktopInsidersIDEImage = "ide/code-desktop-insiders"
12
IntelliJDesktopIDEImage = "ide/intellij"
0 commit comments