Skip to content

Commit

Permalink
feat: export some more utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 28, 2023
1 parent 26d4b45 commit 8f1656d
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 @@ -107,6 +107,8 @@ export { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace
export { IStorageService } from 'vs/platform/storage/common/storage'
export { IAudioCueService } from 'vs/platform/audioCues/browser/audioCueService'
export { IDebugService } from 'vs/workbench/contrib/debug/common/debug'
export { ILoggerService, LogLevel } from 'vs/platform/log/common/log'
export { ILogService } from 'vs/platform/log/common/log'

// Export all Notification service parts
export {
Expand Down

0 comments on commit 8f1656d

Please sign in to comment.