File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ import 'monaco-editor/esm/vs/editor/standalone/browser/referenceSearch/standalon
99import onigFile from 'vscode-oniguruma/release/onig.wasm?url'
1010import { StandaloneServices } from 'vscode/services'
1111import getModelEditorServiceOverride from 'vscode/service-override/modelEditor'
12- import getMessageServiceOverride from 'vscode/service-override/messages'
12+ import getNotificationServiceOverride from 'vscode/service-override/notifications'
13+ import getDialogsServiceOverride from 'vscode/service-override/dialogs'
1314import getConfigurationServiceOverride from 'vscode/service-override/configuration'
1415import getKeybindingsServiceOverride from 'vscode/service-override/keybindings'
1516import getTextmateServiceOverride , { setGrammars } from 'vscode/service-override/textmate'
@@ -48,7 +49,8 @@ StandaloneServices.initialize({
4849 console . log ( 'trying to open a model' , model , options )
4950 return undefined
5051 } ) ,
51- ...getMessageServiceOverride ( ) ,
52+ ...getNotificationServiceOverride ( ) ,
53+ ...getDialogsServiceOverride ( ) ,
5254 ...getConfigurationServiceOverride ( ) ,
5355 ...getKeybindingsServiceOverride ( ) ,
5456 ...getTextmateServiceOverride ( async ( ) => {
You can’t perform that action at this time.
0 commit comments