@@ -65,6 +65,8 @@ export async function initialize (overrides: IEditorOverrideServices): Promise<v
6565 } )
6666}
6767
68+ export { SyncDescriptor } from 'vs/platform/instantiation/common/descriptors'
69+
6870// Export all services as monaco doesn't export them
6971export { StandaloneServices } from 'vs/editor/standalone/browser/standaloneServices'
7072
@@ -151,7 +153,7 @@ export { IAudioCueService } from 'vs/platform/audioCues/browser/audioCueService'
151153export { IDebugService } from 'vs/workbench/contrib/debug/common/debug'
152154export { ILoggerService , LogLevel } from 'vs/platform/log/common/log'
153155export { ILogService } from 'vs/platform/log/common/log'
154- export { IViewsService } from 'vs/workbench/common/views'
156+ export { IViewsService , IViewDescriptorService } from 'vs/workbench/common/views'
155157export { ILayoutService } from 'vs/platform/layout/browser/layoutService'
156158export { IPreferencesService } from 'vs/workbench/services/preferences/common/preferences'
157159export { IPreferencesSearchService } from 'vs/workbench/contrib/preferences/common/preferences'
@@ -209,6 +211,10 @@ export {
209211 IPromptWithDefaultCancel
210212} from 'vs/platform/dialogs/common/dialogs'
211213export { IMarkdownString , MarkdownStringTrustedOptions } from 'vs/base/common/htmlContent'
214+ export { IActivityService , IBadge } from 'vs/workbench/services/activity/common/activity'
215+ export { IHoverService } from 'vs/workbench/services/hover/browser/hover'
216+ export { IExplorerService } from 'vs/workbench/contrib/files/browser/files'
217+ export { IStatusbarService } from 'vs/workbench/services/statusbar/browser/statusbar'
212218
213219export {
214220 IAction ,
0 commit comments