Skip to content

Commit

Permalink
feat: always register local extension host
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jan 31, 2024
1 parent 5ae607c commit 69de554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { ILogService, LogLevel, StandaloneServices, initialize as initializeServ
import * as monaco from 'monaco-editor'
import { initFile } from '@codingame/monaco-vscode-files-service-override'
import EditorOpenHandlerRegistry from './tools/EditorOpenHandlerRegistry'
import 'vscode/localExtensionHost'

const editorOpenHandlerRegistry = new EditorOpenHandlerRegistry()

Expand Down

0 comments on commit 69de554

Please sign in to comment.