You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/ide-service/example-ide-config.json
+12
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,18 @@
129
129
"If you don't see an open dialog in your browser, make sure you have the \u003ca target='_blank' class='gp-link' href='https://www.gitpod.io/docs/ides-and-editors/jetbrains-gateway#getting-started-jetbrains-gateway'\u003eJetBrains Gateway with Gitpod Plugin\u003c/a\u003e installed on your machine, and then click \u003cb\u003e${OPEN_LINK_LABEL}\u003c/b\u003e below."
130
130
]
131
131
},
132
+
"jetbrains-toolbox": {
133
+
"defaultDesktopIDE": "intellij",
134
+
"desktopIDEs": [
135
+
"intellij",
136
+
"goland",
137
+
"pycharm",
138
+
"phpstorm"
139
+
],
140
+
"installationSteps": [
141
+
"If you don't see an open dialog in your browser, make sure you have the \u003ca target='_blank' class='gp-link' href='https://www.gitpod.io/docs/ides-and-editors/jetbrains-gateway#getting-started-jetbrains-gateway'\u003eJetBrains Toolbox with Gitpod Plugin\u003c/a\u003e installed on your machine, and then click \u003cb\u003e${OPEN_LINK_LABEL}\u003c/b\u003e below."
Copy file name to clipboardExpand all lines: install/installer/pkg/components/ide-service/ide-configmap.json
+17
Original file line number
Diff line number
Diff line change
@@ -680,6 +680,23 @@
680
680
"If you don't see an open dialog in your browser, make sure you have the <a target='_blank' class='gp-link' href='https://www.gitpod.io/docs/ides-and-editors/jetbrains-gateway#getting-started-jetbrains-gateway'>JetBrains Gateway with Gitpod Plugin</a> installed on your machine, and then click <b>${OPEN_LINK_LABEL}</b> below."
681
681
]
682
682
},
683
+
"jetbrains-toolbox": {
684
+
"defaultDesktopIDE": "intellij",
685
+
"desktopIDEs": [
686
+
"intellij",
687
+
"goland",
688
+
"pycharm",
689
+
"phpstorm",
690
+
"rubymine",
691
+
"webstorm",
692
+
"rider",
693
+
"clion",
694
+
"rustrover"
695
+
],
696
+
"installationSteps": [
697
+
"If you don't see an open dialog in your browser, make sure you have the <a target='_blank' class='gp-link' href='https://www.gitpod.io/docs/ides-and-editors/jetbrains-toolbox#getting-started-jetbrains-toolbox'>JetBrains Toolbox with Gitpod Plugin</a> installed on your machine, and then click <b>${OPEN_LINK_LABEL}</b> below."
0 commit comments