After updating to v2021.3.658691958 String.startsWith doesn't work properly in other extensions. #15744
Labels
area-editor-*
User-facing catch-all
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
regression
Bug didn't exist in a previous release
In the minified js there is
String.prototype.startsWith=function(e){return this.substring(0,e.length)===e}
.This breaks the 2 argument form globally across the whole extension host and in turn this breaks our extension.
Looking at the installed files I think it may be from here and I have filed an upstream report here.
The text was updated successfully, but these errors were encountered: