Skip to content

Commit

Permalink
remove symbol search
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-marut-work committed Feb 17, 2022
1 parent dfbb3aa commit 40b72d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/toolbar/src/browser/easy-search-toolbar-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ export class EasySearchToolbarItem extends AbstractMainToolbarContribution
commandId: FIND_IN_WORKSPACE_ROOT.id,
order: 'd',
});
registry.registerMenuAction(MainToolbarMenus.SEARCH_WIDGET_DROPDOWN_MENU, {
commandId: 'languages.workspace.symbol',
label: 'Search for a Symbol',
order: 'e',
});
}
}

Expand Down

0 comments on commit 40b72d3

Please sign in to comment.