-
Notifications
You must be signed in to change notification settings - Fork 54
Description
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.
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?