Skip to content

monaco-vscode-editor-api missing files from monaco-editor #696

@dorshinar

Description

@dorshinar

Hi!
Forgive me if I misunderstand how the packages should work.

I'm trying to integrate Graphiql with monaco-editor using monaco-vscode-editor-api to allow custom language client
But I'm seeing that installing monaco-vscode-editor-api as an alias to monaco-editor is missing many files, some of which are required by Graphiql.
For example, Graphiql requires a file called monaco-editor/esm/vs/editor/common/standalone/standaloneEnums.js which exists in monaco-editor but not in monaco-vscode-editor-api
Here's a screenshot from npm showing the contents of a sample folder, it's easy to see that monaco-editor has many more files that monaco-vscode-editor-api does not.
Image

I am seeing that monaco-vscode-api contains more files that monaco-vscode-editor-api, but not all of them, and they are not re-exported from monaco-vscode-editor-api so they're not usable.

What should I do?

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