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