mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
From: https://github.com/Microsoft/TypeScript/issues/15352 TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase