Skip to content

Install the Tools

Get setup with tools and files

Installing Visual Studio Code

Visual Studio Code logo

You will download and install Visual Studio Code (VS Code) from Microsoft's development web site. It will run on Windows, Mac, and Linux

For Windows, select the User Installer option. For Linux, select the installation package you are more familiar with

TIP

Microsoft updates VS Code with feature improvements and security patches each month. You will see a notification at the bottom-left of the application a few times during the semester

It is suggested that you perform the update by clicking Update and following the prompts

  1. Go to Visual Studio Code download page
  2. Download the installer package
  3. Install in the default location and with default settings

Start VS Code

VS Code is installed like other programs on your computer. You can start it by:

  • clicking on the Start button (in Windows)
  • clicking the Launchpad (in Mac)
  • clicking the Application viewer (in Linux)

Install Live Server

![Live Server logo](/images/LiveServerLogo.png =300x)

Live Server is an add-on extension for VS Code. It will allow you to open your web pages in a browser -and- see changes to the HTML, CSS, or Images each time you save your project files

Extensions are installed from within VS Code

  1. Start VS Code
  2. Click on the Extensions Activity Bar
    • ![Extensions Button](/images/ExtensionsButton.png =200x)
  3. Type Live Server in the search bar
  4. Select the extensions with matching name and logo
    • ![Extensions Search](/images/ExtensionsSearch.png =300x)
  5. In the main window, verify the Name and Logo
  6. Click Install

Review

You installed Visual Studio Code onto your computer

You installed the Live Server extension in VS Code

You will use this editor for all HTML programming assignments in CS-102

When working on coding assignments, you can start the Live Server to see your code

Each time you save your HTML and CSS files, Live Server will update the web page

TIP

After completing CS-102, you can uninstall VS Code. The extension will also be uninstalled at this time You can also keep VS Code installed for use with other classes if you like

This work is licensed under a Creative Commons License