We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267b213 commit 01da7deCopy full SHA for 01da7de
1 file changed
src/vs/workbench/contrib/remote/browser/tunnelView.ts
@@ -521,9 +521,7 @@ export class TunnelPanel extends ViewPane {
521
}
522
},
523
getWidgetAriaLabel: () => nls.localize('tunnelView', "Tunnel View")
524
- },
525
- openOnFocus: false,
526
- openOnSelection: false
+ }
527
528
);
529
const actionRunner: ActionRunner = new ActionRunner();
0 commit comments