mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 19:27:05 +01:00
483bd48332
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