Skip to content

Use vscode-loader with remote content in Electron #12

@paul-marechal

Description

@paul-marechal

We are currently working on an application running in Electron using the monaco-editor, but some use case requires the displayed Electron content to come from a remote server (over http/s).

Problem is, the loader seems to get lost, as it assumes the environment is Node, yet the resources should be fetched from a remote server.

Did you ever encountered such an issue ? What would be our options here ?

I am thinking about trying to trick the loader into detecting a browser environment, though I am not sure I will be able to do this.


Extra infos: The loader works when the application is running in a browser, but once used within electron the loader gets lost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions