Skip to content

Commit fccc684

Browse files
Merge pull request #12738 from dzsquared/ssdt-arm64
move SSDT into workload list instead of managed section
2 parents 8b38d6e + 04904f6 commit fccc684

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/install/visual-studio-on-arm-devices.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To get started with the native Arm64 Visual Studio experience:
3434

3535
## Installing Arm64 Visual Studio
3636

37-
There's a single installer for both Visual Studio x64 and Arm64 architectures. The Visual Studio Installer detects if the system architecture is Arm64. The installer then downloads and installs the Arm64 version of Visual Studio on your Arm64 device (support is for Windows 11). If you're installing the product via a layout, you'll need to [explicitly configure the layout to include ARM binaries](./use-command-line-parameters-to-install-visual-studio.md#layout-command-and-command-line-parameters).
37+
There's a single installer for both Visual Studio x64 and Arm64 architectures. The Visual Studio Installer detects if the system architecture is Arm64. The installer then downloads and installs the Arm64 version of Visual Studio on your Arm64 device (support is for Windows 11). If you're installing the product via a layout, you need to [explicitly configure the layout to include ARM binaries](./use-command-line-parameters-to-install-visual-studio.md#layout-command-and-command-line-parameters).
3838

3939
> [!NOTE]
4040
> For Windows 11 Arm64, you must uninstall all previous versions of Visual Studio (x64, x86) before installing Visual Studio 2022 version 17.4 or later.
@@ -53,14 +53,13 @@ The Arm64 GA supports the following workloads:
5353
- Windows application development
5454
- .NET Multi-platform App UI development (.NET MAUI)
5555
- Linux and embedded development with C++
56+
- Database development with SQL Server Data Tools
5657

5758
### Managed developers
5859

5960
With this release, you can now build desktop applications (Windows Forms and WPF) using both .NET 6+ and .NET Framework 4.8.1.
6061
.NET Framework 4.8.1 is included in the next major update for Windows 11 and will be available for previous operating systems in the future.
6162

62-
Support for SQL Server Data Tools is available with [Visual Studio version 17.10 and later](/visualstudio/releases/2022/release-notes).
63-
6463
### Native developers
6564

6665
With the Visual Studio 2022 version 17.4 release or later, you can access the new native Arm64 MSVC (Microsoft Visual C++) compiler toolset, including C++ Code Analysis, while still targeting all platforms currently supported by MSVC.
@@ -71,7 +70,7 @@ With the Visual Studio 2022 version 17.4 release or later, you can access the ne
7170
| Arm64 | X64 | \<Install location\>\VC\Tools\MSVC\\<version\>\bin\HostARM64\x64 |
7271
| Arm64 | X86 | \<Install location\>\VC\Tools\MSVC\\<version\>\bin\HostARM64\x86 |
7372

74-
Many C++ libraries are already available on Arm64. `Vcpkg` also runs natively on Arm64, and while some dependent 3rd party tools may still run emulated, you can successfully build and consume 1700+ C++ libraries directly in your native Arm64 build environment.
73+
Many C++ libraries are already available on Arm64. `Vcpkg` also runs natively on Arm64, and while some dependent third party tools may still run emulated, you can successfully build and consume 1700+ C++ libraries directly in your native Arm64 build environment.
7574

7675
By installing the C++ Desktop workload, you can load any desktop C++ projects and solutions using MSBuild, and then use the editing, building, and debugging capabilities you're already familiar with in Visual Studio.
7776

0 commit comments

Comments
 (0)