We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86fd68 commit ee108d6Copy full SHA for ee108d6
1 file changed
src/vs/workbench/browser/parts/views/treeView.ts
@@ -453,9 +453,7 @@ export class TreeView extends Disposable implements ITreeView {
453
multipleSelectionSupport: this.canSelectMany,
454
overrideStyles: {
455
listBackground: this.viewLocation === ViewContainerLocation.Sidebar ? SIDE_BAR_BACKGROUND : PANEL_BACKGROUND
456
- },
457
- openOnFocus: false,
458
- openOnSelection: false
+ }
459
}) as WorkbenchAsyncDataTree<ITreeItem, ITreeItem, FuzzyScore>);
460
aligner.tree = this.tree;
461
const actionRunner = new MultipleSelectionActionRunner(this.notificationService, () => this.tree!.getSelection());
0 commit comments