We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae607c commit 69de554Copy full SHA for 69de554
src/services.ts
@@ -19,6 +19,7 @@ import { ILogService, LogLevel, StandaloneServices, initialize as initializeServ
19
import * as monaco from 'monaco-editor'
20
import { initFile } from '@codingame/monaco-vscode-files-service-override'
21
import EditorOpenHandlerRegistry from './tools/EditorOpenHandlerRegistry'
22
+import 'vscode/localExtensionHost'
23
24
const editorOpenHandlerRegistry = new EditorOpenHandlerRegistry()
25
0 commit comments