We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d780f commit e148325Copy full SHA for e148325
install/installer/pkg/components/workspace/ide/constants.go
@@ -6,7 +6,7 @@ package ide
6
7
const (
8
CodeIDEImage = "ide/code"
9
- CodeIDEImageStableVersion = "commit-9e0960d85f0c30b1ce57c9d14e6a905bc46f427c" // stable version that will be updated manually on demand
+ CodeIDEImageStableVersion = "commit-80d9b1ebfd826fd0db25320ba94d762b51887ada" // 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