VSCode
Installing Visual Studio Code on Windows
Step-by-Step Guide
1. Download Visual Studio Code
Visit the Visual Studio Code Website:
Go to the official Visual Studio Code website.
Download the Installer:
Click the Download for Windows button to download the VSCode installer.
2. Run the Installer
Locate the Installer:
Find the downloaded installer file (usually in your Downloads folder).
Run the Installer:
Double-click the
VSCodeSetup.exefile to start the installation process.
Follow the Setup Instructions:
Follow the on-screen prompts to proceed with the installation.
Accept the license agreement and click Next.
Select Installation Location:
Choose the destination folder for the installation and click Next.
Select Additional Tasks:
You can choose to create a desktop icon and add VSCode to the PATH (recommended). Click Next.
Install:
Click Install to begin the installation. Once the installation is complete, click Finish to launch VSCode.
3. Initial Setup
Launch Visual Studio Code:
Open VSCode from the Start menu or by double-clicking the desktop icon.
Choose Your Preferences:
On the first launch, you can customize your setup by choosing a theme and installing recommended extensions.
4. Verify the Installation
Open a New File:
Click on File > New File to create a new file.
Check the Version:
Open the integrated terminal by pressing `Ctrl + `` (backtick) or by navigating to View > Terminal.
Type the following command to check the VSCode version:
sh code --versionYou should see the version information, indicating that VSCode is correctly installed.
Last updated