File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -777,8 +777,8 @@ export default class RemoteConnector extends Disposable {
777
777
this . logger . info ( 'Opening Gitpod workspace' , uri . toString ( ) ) ;
778
778
779
779
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 ) ) ! ;
782
782
let sshDestination : string | undefined ;
783
783
if ( ! forceUseLocalApp ) {
784
784
try {
You can’t perform that action at this time.
0 commit comments