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
The culprit is monaco-editor-textmate (wireTMGrammars), specifically this line of code.
When I wrote that code I wasn't very experienced with monaco.* API's so I did what I could at the time. Later I discovered someone's code and it blew me away!
@zikaari You state here that the issue is resolved in monaco-editor. However, according to this line, scopes are still represented as a single string. Or am I missing something?
According to this line in
wireTmGrammars
, this library (or Monaco in general, I suppose) currently doesn't support multiple scopes.Will there be support in the future?
Is there currently a way to work around it?
The text was updated successfully, but these errors were encountered: