Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD integration fails outright. #108

Open
ethan-vanderheijden opened this issue Jan 9, 2023 · 0 comments
Open

AMD integration fails outright. #108

ethan-vanderheijden opened this issue Jan 9, 2023 · 0 comments

Comments

@ethan-vanderheijden
Copy link

ethan-vanderheijden commented Jan 9, 2023

Following the AMD integration guide in the README throws the error Loading "vs/editor/common/commands/shiftCommand" failed
JSFiddle Example

It looks like it is trying to load min/vs/editor/common/commands/shiftCommand.js which doesn't exist. The file does exist under /esm/vs/editor/common/commands/shiftCommand.js, but interestingly, it is only present in the ESM distribution of Monaco and not the AMD distribution. This is the same bug as the one described in #99.

Ideally, this library should be updated to support integration via AMD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant