Replies: 3 comments 2 replies
|
That's not about displaying binary files then, that's about displaying images. It's handled by one of the default extension: media-preview |
1 reply
|
The log probably has nothing to do with your problem, anything else? Are you registering the worker extension host? |
0 replies
|
I'm using the enableExtHostWorker parameter in monaco-editor-wrapper. These are the only logs in my console When I open a text file I also see this This would hint that the worker isn't installing correctly? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I am trying to enable displaying image files in the editor, I see that the demo supports it but I'm unable to figure out which service override or configuration that I'm missing. Could you point out what minimal configuration we need to do this?
My project

The https://monaco-vscode-api.netlify.app/ demo

Thanks!
All reactions