@@ -46,13 +46,13 @@ options:
46
46
orderKey : " 00"
47
47
title : " VS Code"
48
48
type : " browser"
49
- logo : " vscode"
49
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/ vscode.svg "
50
50
image : {{ (include "stable-image-full" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
51
51
code-latest :
52
52
orderKey : " 01"
53
53
title : " VS Code"
54
54
type : " browser"
55
- logo : " vscode-insiders "
55
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/vscodeInsiders.svg "
56
56
tooltip : " Early access version, still subject to testing."
57
57
label : " Insiders"
58
58
image : {{ (include "insider-image-full" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
@@ -63,42 +63,42 @@ options:
63
63
orderKey : " 02"
64
64
title : " VS Code"
65
65
type : " desktop"
66
- logo : " vscode"
66
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/ vscode.svg "
67
67
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.codeDesktop)) }}
68
68
code-desktop-insiders :
69
69
orderKey : " 03"
70
70
title : " VS Code"
71
71
type : " desktop"
72
- logo : " vscode-insiders "
72
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/vscodeInsiders.svg "
73
73
tooltip : " Visual Studio Code Insiders for early adopters."
74
74
label : " Insiders"
75
75
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.codeDesktopInsiders)) }}
76
76
intellij :
77
77
orderKey : " 04"
78
78
title : " IntelliJ IDEA"
79
79
type : " desktop"
80
- logo : " intellij-idea "
80
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/intellijIdeaLogo.svg "
81
81
notes : ["While in beta, when you open a workspace with IntelliJ IDEA you will need to use the password “gitpod”."]
82
82
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.intellij)) }}
83
83
goland :
84
84
orderKey : " 05"
85
85
title : " GoLand"
86
86
type : " desktop"
87
- logo : " goland "
87
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/golandLogo.svg "
88
88
notes : ["While in beta, when you open a workspace with GoLand you will need to use the password “gitpod”."]
89
89
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.goland)) }}
90
90
pycharm :
91
91
orderKey : " 06"
92
92
title : " PyCharm"
93
93
type : " desktop"
94
- logo : " https://upload.wikimedia.org/wikipedia/commons/1/1d/PyCharm_Icon .svg"
94
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/pycharmLogo .svg"
95
95
notes : ["While in beta, when you open a workspace with PyCharm you will need to use the password “gitpod”."]
96
96
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.pycharm)) }}
97
97
phpstorm :
98
98
orderKey : " 07"
99
99
title : " PhpStorm"
100
100
type : " desktop"
101
- logo : " https://upload.wikimedia.org/wikipedia/commons/c/c9/PhpStorm_Icon .svg"
101
+ logo : " https://ide.{{ $.Values.hostname }}/image/ide-logo/phpstormLogo .svg"
102
102
notes : ["While in beta, when you open a workspace with PhpStorm you will need to use the password “gitpod”."]
103
103
image : {{ (include "gitpod.comp.imageFull" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.desktopIdeImages.phpstorm)) }}
104
104
0 commit comments