CodinGame / monaco-editor-wrapper

MIT License
43 stars 4 forks source link

Using the extensionHostWorker extension prevents the initializer from resolving. #120

Closed jpdery closed 1 week ago

jpdery commented 1 week ago

As soon as I add this import:

import '@codingame/monaco-editor-wrapper/features/extensionHostWorker'

The promise from the initializer function never resolves. Through the Inspector I can't seem to find anything related to the worker too.

Is there something specific that needs to be done in order to get this working ?

Thanks

CGNonofr commented 1 week ago

No error either in the console or in the network?

Otherwise please provide a simple reproduction repo

jpdery commented 1 week ago

You can close that. The issue was that I was using webpack's html-loader and it was conflicting with HTML files loaded in the extension.

Thanks