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: chart/templates/server-ide-configmap.yaml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,24 @@ defaultIde: "code"
106
106
defaultDesktopIde: "code-desktop"
107
107
108
108
clients:
109
+
vscode:
110
+
defaultDesktopIDE: "code-desktop"
111
+
desktopIDEs: ["code-desktop"]
112
+
installationSteps: [
113
+
"If you don't see an open dialog by the browser, make sure you have <a target='_blank' class='gp-link' href='https://code.visualstudio.com/download'>VS Code</a> installed on your machine, and then click <b>${OPEN_LINK_LABEL}</b> below.",
114
+
]
115
+
vscode-insiders:
116
+
defaultDesktopIDE: "code-desktop-insiders"
117
+
desktopIDEs: ["code-desktop-insiders"]
118
+
installationSteps: [
119
+
"If you don't see an open dialog by the browser, make sure you have <a target='_blank' class='gp-link' href='https://code.visualstudio.com/insiders'>VS Code Insiders</a> installed on your machine, and then click <b>${OPEN_LINK_LABEL}</b> below.",
"If you don't see an open dialog by the browser, make sure you have <a target='_blank' class='gp-link' href='https://www.jetbrains.com/remote-development/gateway'>JetBrains Gateway</a> with <a target='_blank' class='gp-link' href='https://plugins.jetbrains.com/plugin/download?rel=true&updateId=154074'>Gitpod Plugin</a> installed on your machine, and then click <b>${OPEN_LINK_LABEL}</b> below.",
<divclassName="text-sm text-gray-400 dark:text-gray-500 mt-5">These IDE options are based on <aclassName="gp-link"href={gitpodHostUrl.asPreferences().toString()}target="_parent">your user preferences</a>.</div>
316
342
</div>;
@@ -336,7 +362,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps,
0 commit comments