Skip to content

After updating to v2021.3.658691958 String.startsWith doesn't work properly in other extensions. #15744

@alexet

Description

@alexet

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.

Metadata

Metadata

Assignees

Labels

area-editor-*User-facing catch-allbugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityregressionBug didn't exist in a previous release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions