Skip to content

Commit 69de554

Browse files
author
Loïc Mangeonjean
committed
feat: always register local extension host
1 parent 5ae607c commit 69de554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { ILogService, LogLevel, StandaloneServices, initialize as initializeServ
1919
import * as monaco from 'monaco-editor'
2020
import { initFile } from '@codingame/monaco-vscode-files-service-override'
2121
import EditorOpenHandlerRegistry from './tools/EditorOpenHandlerRegistry'
22+
import 'vscode/localExtensionHost'
2223

2324
const editorOpenHandlerRegistry = new EditorOpenHandlerRegistry()
2425

0 commit comments

Comments
 (0)