Skip to content

visual_studio_code

syntax-tm edited this page Jul 13, 2024 · 1 revision

Building in Visual Studio Code

Prerequisites

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

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

Instructions

Clone this wiki locally