Skip to content

Commit

Permalink
fix: export some missing interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 11, 2024
1 parent 3ff9ef9 commit 9d4029a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ export { ITitleService } from 'vs/workbench/services/title/browser/titleService'
export { IBannerService } from 'vs/workbench/services/banner/browser/bannerService'
export { IWorkspaceTrustManagementService, IWorkspaceTrustUriInfo, IWorkspaceTrustRequestService, IWorkspaceTrustEnablementService } from 'vs/platform/workspace/common/workspaceTrust'
export { IKeybindingService } from 'vs/platform/keybinding/common/keybinding'
export { ISecretStorageProvider, ISecretStorageService } from 'vs/platform/secrets/common/secrets'
export { IProductConfiguration } from 'vs/base/common/product'

export {
IAction,
Expand Down

0 comments on commit 9d4029a

Please sign in to comment.