CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
214 stars 29 forks source link

`onExtHostInitialized` is not defined #288

Closed CompuIves closed 7 months ago

CompuIves commented 7 months ago

I noticed with the upgrade that onExtHostInitialized is not there anymore, is there an alternative function that we can use for this?

CGNonofr commented 7 months ago

Now you just need to wait for the service initialization

CompuIves commented 7 months ago

Okay, great, thanks for the info!