Skip to content

Commit

Permalink
Merge pull request #149 from CompuIves/csb-5drvg5/draft/heuristic-men…
Browse files Browse the repository at this point in the history
…deleev

feat: expose more services
  • Loading branch information
CGNonofr authored Jul 15, 2023
2 parents 198ddb8 + 6c7c8d3 commit 5bc1a2a
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 @@ -132,6 +132,8 @@ export { IEditorOptions, ITextEditorOptions, IResourceEditorInput } from 'vs/pla
export { EditorInput } from 'vs/workbench/common/editor/editorInput'
export { IGroupModelChangeEvent } from 'vs/workbench/common/editor/editorGroupModel'
export { IEditorService } from 'vs/workbench/services/editor/common/editorService'
export { IEditorResolverService } from 'vs/workbench/services/editor/common/editorResolverService'
export { ITextEditorService } from 'vs/workbench/services/textfile/common/textEditorService'
export { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService'
export { IHostService } from 'vs/workbench/services/host/browser/host'
export { ILanguageStatusService } from 'vs/workbench/services/languageStatus/common/languageStatusService'
Expand Down

0 comments on commit 5bc1a2a

Please sign in to comment.