Skip to content

Instantiate native promise instead of WinJS.Promise #62716

@jrieken

Description

@jrieken

This is part of #53526 and points out files in which we call new WinJS.Promise. In addition to join, as, wrap, and wrapError that's how winjs promises end up in our system and we wanna get rid of them.

Please migrate to instantiating native promises with taking all care that's needed for this adoption.

@bpasero

  • src/vs/platform/lifecycle/electron-main/lifecycleMain.ts

Metadata

Metadata

Assignees

Labels

debtCode quality issuesengineeringVS Code - Build / issue tracking / etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions