Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.72 KB

File metadata and controls

25 lines (19 loc) · 1.72 KB

VSCode is a code editor that comes with many helpful features to streamline your development process. It also comes with an integrated terminal, debugging capabilities, and a very helpful built-in source control UI.

VSCode is where you will doing the vast majority of your work.

  1. Vist VSCode to download VSCode.

  2. Launch the installer and follow the onscreen prompts. Be sure to install VSCode in the Applications folder.

  3. When you reach the section for Additional tasks, make sure every box is checked.

  4. Click install and continue to follow and onscreen prompts.

  5. Verify that Visual Studio Code is in your Applications folder. You can verify in two ways:

    • Either find the icon in the Applications folder
    • Or inspect the location by right-clicking (or control clicking) the Visual Studio Code icon in your system tray. Then select "Show in Finder"
    • If it's not in the Applications folder, find where your VSCode icon is located and move it into the Applications folder.

To validate run this command in your terminal:

  • Note Mac users have an additional step to setting up. You must first setup the 'code' command, then you can run this command to validate that you have successfully setup Visual Code Studio.
 code --version

The exact numbers will probably be different, but as long as you're getting numbers, you can count this as a success!