mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-23 08:39:54 +01:00
64d676ccf7
* extract standardLanguageDescriptions to constant * Remove client variable * Move VersionStatus into a class * Add TSC Task Provider Fixes #26079 Adds a task provider for building typescript projects. * Make ts loading lazy