Skip to content

Commit

Permalink
Fix #50728
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 30, 2018
1 parent 8b9b0d3 commit 348b19d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ export class FolderSettingsActionItem extends BaseActionItem {
const actions: IAction[] = [];
const workspaceFolders = this.contextService.getWorkspace().folders;
if (this.contextService.getWorkbenchState() === WorkbenchState.WORKSPACE && workspaceFolders.length > 0) {
actions.push(new Separator());
actions.push(...workspaceFolders.map((folder, index) => {
const folderCount = this._folderSettingCounts.get(folder.uri.toString());
return <IAction>{
Expand Down

0 comments on commit 348b19d

Please sign in to comment.