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: extensions/gitpod/package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,12 @@
48
48
"description": "Gitpod Service URL. Update this if you are using a Gitpod self-hosted installation.",
49
49
"default": "https://gitpod.io/",
50
50
"scope": "application"
51
+
},
52
+
"gitpod.remote.useLocalApp":{
53
+
"type":"boolean",
54
+
"description": "Use the local companion app to connect to a remote workspace.\nWarning: Connecting to a remote workspace using local companion app will be removed in the near future.",
this.logger.error('SSH test connection error',e.cause);
573
-
vscode.window.showWarningMessage(`There was an error connecting to ${params.workspaceId} through SSH, connecting via the deprecated SSH tunnel over WebSocket.`);
this.logger.error(`SSH gateway not configured for this Gitpod Host ${params.gitpodHost}`);
577
-
vscode.window.showWarningMessage(`${params.gitpodHost} does not support [direct SSH access](https://github.com/gitpod-io/gitpod/blob/main/install/installer/docs/workspace-ssh-access.md), connecting via the deprecated SSH tunnel over WebSocket.`);
this.logger.error(`SSH gateway not configured for this Gitpod Host ${params.gitpodHost}`);
583
+
vscode.window.showWarningMessage(`${params.gitpodHost} does not support [direct SSH access](https://github.com/gitpod-io/gitpod/blob/main/install/installer/docs/workspace-ssh-access.md), connecting via the deprecated SSH tunnel over WebSocket.`);
0 commit comments