Skip to content

Commit

Permalink
#43645 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 16, 2018
1 parent 66706a9 commit ab7fe23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vs/workbench/parts/quickopen/browser/viewPickerHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ import { fuzzyContains, stripWildcards } from 'vs/base/common/strings';
import { matchesFuzzy } from 'vs/base/common/filters';
import { ViewsRegistry, ViewLocation, IViewsViewlet } from 'vs/workbench/common/views';
import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
import { VIEWLET_ID as EXPLORER_VIEWLET_ID } from 'vs/workbench/parts/files/common/files';
import { VIEWLET_ID as DEBUG_VIEWLET_ID } from 'vs/workbench/parts/debug/common/debug';
import { VIEWLET_ID as EXTENSIONS_VIEWLET_ID } from 'vs/workbench/parts/extensions/common/extensions';
import { ViewletDescriptor } from 'vs/workbench/browser/viewlet';

export const VIEW_PICKER_PREFIX = 'view ';
Expand Down

0 comments on commit ab7fe23

Please sign in to comment.