Skip to content

Commit 06fe6b7

Browse files
committed
Bump browser TS version
1 parent 1051cf4 commit 06fe6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/src/extension.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function activate(
5858
new TypeScriptVersion(
5959
TypeScriptVersionSource.Bundled,
6060
vscode.Uri.joinPath(context.extensionUri, 'dist/browser/typescript/tsserver.web.js').toString(),
61-
API.fromSimpleString('4.4.1')));
61+
API.fromSimpleString('4.5.0')));
6262

6363
const lazyClientHost = createLazyClientHost(context, false, {
6464
pluginManager,

0 commit comments

Comments
 (0)