Skip to content

Commit 691dae5

Browse files
committed
Update JS and TS overview
1 parent 1a83ad5 commit 691dae5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/javascript/javascript-in-visual-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: JavaScript and TypeScript in Visual Studio
33
description: Learn how Visual Studio provides rich support for JavaScript development, both using JavaScript directly, and also using the TypeScript programming language.
44
titleSuffix: ""
5-
ms.date: "06/27/2024"
5+
ms.date: "06/09/2025"
66
ms.subservice: javascript-typescript
77
ms.topic: conceptual
88
dev_langs:
@@ -34,10 +34,10 @@ In MSBuild compilation scenarios such as ASP.NET Core, the [TypeScript NuGet pac
3434

3535
Projects configured for npm, such as Node.js projects, can specify their own version of the TypeScript language service by adding the [TypeScript npm package](https://www.npmjs.com/package/typescript). You can specify the version using the npm manager in supported projects. Note: The minimum supported version of this package is 2.1.
3636

37-
The TypeScript SDK has been deprecated in Visual Studio 2022. Existing projects that rely on the SDK should be upgraded to use the NuGet package. For projects that cannot be upgraded immediately, the SDK is still available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-442) and as an optional component in the Visual Studio installer.
37+
The TypeScript SDK has been deprecated in Visual Studio 2022. Existing projects that rely on the SDK should be upgraded to use the NuGet package.
3838

3939
> [!TIP]
40-
> For projects developed in Visual Studio 2022, we encourage you to use the TypeScript NuGet or the TypeScript npm package for greater portability across different platforms and environments. For more information, see [Compile TypeScript code using NuGet](../javascript/compile-typescript-code-nuget.md) and [Compile TypeScript code using tsc](../javascript/compile-typescript-code-npm.md).
40+
> For projects developed in Visual Studio 2022, we encourage you to use the TypeScript NuGet or the TypeScript npm package for greater portability across different platforms and environments. For more information, see [Compile TypeScript code using NuGet](../javascript/compile-typescript-code-nuget.md) and [Compile TypeScript code using npm](../javascript/compile-typescript-code-npm.md).
4141
4242
## Project templates
4343

@@ -65,10 +65,10 @@ Visual Studio 2019 provides several options for integrating TypeScript compilati
6565

6666
* The [TypeScript NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild). When the NuGet package for TypeScript 3.2 or higher is installed into your project, the corresponding version of the TypeScript language service gets loaded in the editor.
6767
* The [TypeScript npm package](https://www.npmjs.com/package/typescript). When the npm package for TypeScript 2.1 or higher is installed into your project, the corresponding version of the TypeScript language service gets loaded in the editor.
68-
* The TypeScript SDK, available by default in the Visual Studio installer, as well as a standalone SDK download from the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-395).
68+
* The TypeScript SDK is available by default in the Visual Studio installer.
6969

7070
> [!TIP]
71-
> For projects developed in Visual Studio 2019, we encourage you to use the TypeScript NuGet or the TypeScript npm package for greater portability across different platforms and environments. For more information, see [Compile TypeScript code using NuGet](../javascript/compile-typescript-code-nuget.md) and [Compile TypeScript code using tsc](../javascript/compile-typescript-code-npm.md).
71+
> For projects developed in Visual Studio 2019, we encourage you to use the TypeScript NuGet or the TypeScript npm package for greater portability across different platforms and environments. For more information, see [Compile TypeScript code using NuGet](../javascript/compile-typescript-code-nuget.md) and [Compile TypeScript code using npm](../javascript/compile-typescript-code-npm.md).
7272
7373
## Projects
7474

0 commit comments

Comments
 (0)