Skip to content

Commit 58140bd

Browse files
committed
Enable experiments
1 parent 9eca7d4 commit 58140bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/remoteConnector.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,8 @@ export default class RemoteConnector extends Disposable {
777777
this.logger.info('Opening Gitpod workspace', uri.toString());
778778

779779
const userOverride = this.experiments.isUserOverride('gitpod.remote.useLocalApp');
780-
const forceUseLocalApp = vscode.workspace.getConfiguration('gitpod').get<boolean>('remote.useLocalApp')!;
781-
// const forceUseLocalApp = (await this.experiments.get<boolean>('gitpod.remote.useLocalApp', session.account.id))!;
780+
// const forceUseLocalApp = vscode.workspace.getConfiguration('gitpod').get<boolean>('remote.useLocalApp')!;
781+
const forceUseLocalApp = (await this.experiments.get<boolean>('gitpod.remote.useLocalApp', session.account.id))!;
782782
let sshDestination: string | undefined;
783783
if (!forceUseLocalApp) {
784784
try {

0 commit comments

Comments
 (0)