How to install Visual Studio (VS) Code?
Visual Studio Code is a lightweight but powerful source code editor which is available for Windows, macOS and Linux. It has JavaScript, TypeScript and Node.js built-in support. Also large collection of plugin for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
VSCode Step by Step Installation Process
-
Go to the url : https://code.visualstudio.com/
-
VS Code Available for 3 Types of Operating System
-
Windows
-
Linux (.dev and .rpm)
-
MacOS
-
-
Select your OS Type and click on download button
-
Wait until download process complete
-
For my case I downloaded for Windows 10, Double click on the exe file
-
Windows 10 will ask you to proceed to install or not, Click Yes
-
First it will ask you for license agreement
-
Click radio button called I accept the agreement
-
Click on Next button
-
-
Select Destination Location, My case default is fine. Click Next
-
Click on Next button. If you want then can choose start menu folder
-
You also check the box for Don’t create a Start Menu folder
-
-
Click on Create a desktop icon checkbox and Click on Next button
-
If you want then can check some other option according your choose.
-
-
Click on Install button. It will start install. Wait until the installation process done.
-
Click on Finish button.
-
It will automatically lunch the Visual Studio (VS) Code.
-