Skip to content

Commit

Permalink
explorerView: do not use filter: File
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Sep 22, 2017
1 parent ddda903 commit 6dc90ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/files/browser/views/explorerView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export class ExplorerView extends CollapsibleView {
}

// check for files
return toResource(input, { supportSideBySide: true, filter: 'file' });
return toResource(input, { supportSideBySide: true });
}

private get isCreated(): boolean {
Expand Down

0 comments on commit 6dc90ea

Please sign in to comment.