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 0bd8bc4 commit bf7710fCopy full SHA for bf7710f
pkg/ide/ideparse/parse.go
@@ -168,7 +168,7 @@ var AllowedIDEs = []AllowedIDE{
168
Name: config.IDECodiumInsiders,
169
DisplayName: "Codium Insiders",
170
Options: vscode.Options,
171
- Icon: "https://devpod.sh/assets/codium_insiders.svg", // TODO to be uploaded
+ Icon: "https://devpod.sh/assets/codium_insiders.svg",
172
Experimental: true,
173
},
174
{
pkg/ide/vscode/vscode.go
@@ -46,6 +46,8 @@ func (f Flavor) DisplayName() string {
46
return "positron"
47
case FlavorCodium:
48
return "VSCodium"
49
+ case FlavorCodiumInsiders:
50
+ return "VSCodium Insiders"
51
default:
52
return "VSCode"
53
}
0 commit comments