Merge pull request #247348 from mjbvz/progressive-tyrannosaurus

Pick up TS5.8.3 recovery build
This commit is contained in:
Matt Bierner
2025-04-24 16:21:45 -07:00
committed by GitHub
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);