Skip to content

Commit

Permalink
Don't show ... on remote explorer viewlet
Browse files Browse the repository at this point in the history
Fixes #100853
  • Loading branch information
alexr00 committed Jun 24, 2020
1 parent 13c7236 commit 882e71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/browser/parts/views/viewsViewlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,8 @@ export abstract class FilterViewPaneContainer extends ViewPaneContainer {
}

abstract getTitle(): string;

getViewsVisibilityActions(): IAction[] {
return [];
}
}

0 comments on commit 882e71e

Please sign in to comment.