You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: