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
Monaco is dropping IE support completely and I think we should follow as well as it lets us move to ES6.
This lets us use Set, Map and ReadonlyMap without worrying about partial compat, various string and array methods (see microsoft/vscode#90676) among other things.
The text was updated successfully, but these errors were encountered:
Monaco is dropping IE support completely and I think we should follow as well as it lets us move to ES6.
This lets us use
Set
,Map
andReadonlyMap
without worrying about partial compat, various string and array methods (see microsoft/vscode#90676) among other things.The text was updated successfully, but these errors were encountered: