Skip to content

Commit 01da7de

Browse files
committed
fix tunnel view
1 parent 267b213 commit 01da7de

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/vs/workbench/contrib/remote/browser/tunnelView.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,7 @@ export class TunnelPanel extends ViewPane {
521521
}
522522
},
523523
getWidgetAriaLabel: () => nls.localize('tunnelView', "Tunnel View")
524-
},
525-
openOnFocus: false,
526-
openOnSelection: false
524+
}
527525
}
528526
);
529527
const actionRunner: ActionRunner = new ActionRunner();

0 commit comments

Comments
 (0)