visual_studio_code - syntax-tm/SteamAchievementManager GitHub Wiki
Note
If you're using 64-bit Windows, you will need the x64 install of the SDK. If for some reason you are using a 32-bit installation of Windows, use the x86 install.
winget is a command line package manager for Windows. It enables users to discover, install, upgrade, remove and configure applications on Windows 10 and Windows 11 computers.
# install Visual Studio Code
winget install Microsoft.VisualStudioCode
# install the .NET 8 SDK
winget install Microsoft.DotNet.SDK.8