Skip to content

VS Code Installation Guide

Visual Studio Code (VS Code) is a free code editor provided by Microsoft.

Since our site introduces development based on VS Code, we recommend using VS Code for development unless you have a specific preference.

  1. Visit the official VS Code website.
  2. Click on “Download Mac Universal” to download the installer.
  3. Unzip the downloaded .zip file and drag the obtained Visual Studio Code.app to the Applications folder to install it.
  1. Visit the official VS Code website.
  2. Click on “Download Windows” to download the installer.
  3. Run the downloaded installer file (.exe file) and follow the on-screen instructions to complete the installation.

After the installation is complete, run the following command in the terminal (MacOS) or command prompt (Windows) to verify that VS Code has been installed correctly.

Terminal window
code --version