From 00e4a138708feaf22301c5ffea9871c1fa48eef8 Mon Sep 17 00:00:00 2001 From: isidor Date: Thu, 27 Dec 2018 16:46:03 +0100 Subject: [PATCH] explorerView: multipleSelectionSupport --- .../workbench/parts/files/electron-browser/views/explorerView.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/parts/files/electron-browser/views/explorerView.ts b/src/vs/workbench/parts/files/electron-browser/views/explorerView.ts index 85f54821f5e..3645830b320 100644 --- a/src/vs/workbench/parts/files/electron-browser/views/explorerView.ts +++ b/src/vs/workbench/parts/files/electron-browser/views/explorerView.ts @@ -232,6 +232,7 @@ export class ExplorerView extends ViewletPanel { keyboardNavigationLabelProvider: { getKeyboardNavigationLabel: stat => stat.name }, + multipleSelectionSupport: true, filter: this.filter, sorter: this.instantiationService.createInstance(FileSorter) }, this.contextKeyService, this.listService, this.themeService, this.configurationService, this.keybindingService); -- GitLab