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
We experienced console errors after upgrading monaco-editor from 0.20.0 to 0.21.0 in our application. We access monaco.languages.css.cssDefaults, which was failing because monaco.languages.css is undefined.
Possible cause:
It looks like esm/vs/language/css/monaco.contribution.js contains the line
We experienced console errors after upgrading
monaco-editor
from0.20.0
to0.21.0
in our application. We accessmonaco.languages.css.cssDefaults
, which was failing becausemonaco.languages.css
isundefined
.Possible cause:
It looks like
esm/vs/language/css/monaco.contribution.js
contains the line(note that it is setting
languages.json
and notlanguages.css
)monaco-editor version: 0.21.0+
Browser: Firefox/Electron
OS: macOS
Playground code that reproduces the issue:
console output:
The text was updated successfully, but these errors were encountered: