Skip to content

Commit

Permalink
feat: Export enum
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Jul 18, 2022
1 parent 94754de commit b84158e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Severity from 'vs/base/common/severity'
import type * as vscode from 'vscode'
import type { IProgressService } from 'vs/platform/progress/common/progress'
import { IExtensionDescription } from 'vs/platform/extensions/common/extensions'
import { NotificationsFilter } from 'vs/platform/notification/common/notification'

export {
Severity
Expand Down Expand Up @@ -84,3 +85,7 @@ export { IPaneCompositePartService } from 'vs/workbench/services/panecomposite/b
export { IPathService } from 'vs/workbench/services/path/common/pathService'
export { ITextFileService } from 'vs/workbench/services/textfile/common/textfiles'
export { IWorkingCopyFileService } from 'vs/workbench/services/workingCopy/common/workingCopyFileService'

export {
NotificationsFilter
}

0 comments on commit b84158e

Please sign in to comment.