We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91b4d0 + bf0a1a6 commit 2a983e6Copy full SHA for 2a983e6
src/services.ts
@@ -88,6 +88,7 @@ export { IProductService } from 'vs/platform/product/common/productService'
88
export { IQuickInputService } from 'vs/platform/quickinput/common/quickInput'
89
export { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'
90
export { IUriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentity'
91
+export { IBreadcrumbsService } from 'vs/workbench/browser/parts/editor/breadcrumbs'
92
export {
93
IEditorGroupsService,
94
GroupDirection,
0 commit comments