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
TypeScript support will be available on the stable version via #1216. In some cases, monaco cannot resolve the import paths. This is just a problem with the script editor UI. It does not affect anything else. It may be fixed by #1477, but I don't think that fix can be merged easily.
TypeScript support will be available on the stable version via #1216. In some cases, monaco cannot resolve the import paths. This is just a problem with the script editor UI. It does not affect anything else. It may be fixed by #1477, but I don't think that fix can be merged easily.
MRE:
lib.ts
test.js
Screenshot:
With this case (use an absolute path), the player can work around by using a relative path (
./lib
instead of/lib
).I'll use this issue to keep track of the problem and potential fixes. Other reports can be marked "duplicate" and linked back to here.
The text was updated successfully, but these errors were encountered: