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