mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +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