Skip to content

Commit

Permalink
Bump web TS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jul 24, 2024
1 parent 06643dd commit 6230202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2')));
API.fromSimpleString('5.5.4')));

let experimentTelemetryReporter: IExperimentationTelemetryReporter | undefined;
const packageInfo = getPackageInfo(context);
Expand Down

0 comments on commit 6230202

Please sign in to comment.