Skip to content

Commit

Permalink
feat: expose IBreadcrumbsService
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Jul 5, 2023
1 parent e91b4d0 commit bf0a1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export { IProductService } from 'vs/platform/product/common/productService'
export { IQuickInputService } from 'vs/platform/quickinput/common/quickInput'
export { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'
export { IUriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentity'
export { IBreadcrumbsService } from 'vs/workbench/browser/parts/editor/breadcrumbs'
export {
IEditorGroupsService,
GroupDirection,
Expand Down

0 comments on commit bf0a1a6

Please sign in to comment.