Pick up TS5.8.3 recovery build

This commit is contained in:
Matt Bierner
2025-04-24 15:38:27 -07:00
parent 8e191843f7
commit ca8ff4cf30
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<Api> {
new TypeScriptVersion(
TypeScriptVersionSource.Bundled,
vscode.Uri.joinPath(context.extensionUri, 'dist/browser/typescript/tsserver.web.js').toString(),
API.fromSimpleString('5.6.2')));
API.fromSimpleString('5.8.3')));
let experimentTelemetryReporter: IExperimentationTelemetryReporter | undefined;
const packageInfo = getPackageInfo(context);