Pick up TS 5.1.3 (#184091)

Fixes #182931
This commit is contained in:
Matt Bierner
2023-06-01 12:07:19 -07:00
committed by GitHub
parent 456ea0a87d
commit af4c133f63
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,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.0.1')));
API.fromSimpleString('5.1.3')));
let experimentTelemetryReporter: IExperimentationTelemetryReporter | undefined;
const packageInfo = getPackageInfo(context);