Installing VS Code. Instructions for the Window OS.

Similar documents
Website Development Komodo Editor and HTML Intro

Eclipse Environment Setup

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX)

Summer Assignment for AP Computer Science. Room 302

Quick Installation Guide: TC-Python

The Basics of Visual Studio Code

Last Updated: FRC 2019 BETA

Introducing ColdFusion Builder

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

Android Studio Setup Procedure

Installation Instructions for Free Scheduler Plus Software IBS Show Promotion

Open Source Digitalization Application. Installation Manual

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer

Installing Firefox on Mac

How to start with 3DHOP

CSCI 201 Lab 1 Environment Setup

Section 1. How to use Brackets to develop JavaScript applications

Creating an HTML file (Mac)

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

Instruction: Download and Install R and RStudio

PC-ACE Upgrade Instructions

Pulse Secure VPN Guide

Getting Started with Eclipse/Java

Design Importer User Guide

HTTrack Manual. 1. Introduction. 2. Installation

TourMaker Reference Manual. Intro

Installing PHP on Windows 10 Bash and Starting a Local Server

Challenge: Working with the MIS2402 Template

Citrix Desktop for Home Computers Mac OS Instructions

Learn Dreamweaver CS6

INSTALLING MAESTRO UPDATES

III. Prior to installation: From MS Project 2010, choose the File menu, and then choose Options.

Sitecore guide building a blog

Using Dreamweaver CS6

Getting Started with. Management Portal. Version

Introduction to Ardora

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial.

How To Upload Your Newsletter

Section I Downloading VS 2013 Professional Edition from DreamSpark Website

UMHS Financial Systems Workspace & Smart View Templates

NeoSpeech Voice Packs Installation Guide

GP-N100 Utility Software Manual

IntelliJ IDEA Getting Started Guide for FIRST Robotics Competition

MOZILLA FIREFOX (Version 52) EXTENDED SUPPORT RELEASE (ESR) Guidance for Windows PC Patient Portal End Users

PYOTE installation (Windows) 20 October 2017

Moving From Studio to Atelier. Wouter Dupré Sales Engineer

GuitarPort 2.5 Users You do NOT have to uninstall GuitarPort 2.5 before installing GearBox.

KLAS v7 Workstation Installation Self-Hosted Progress Version 10.2B / Windows 7

Web Designer s Manual

Installing the Kurzweil 3000 Web License From the WEBSITE

Word: Print Address Labels Using Mail Merge

MyLanguageLabs Instructions for St. Olaf Faculty

Choose OS and click on it

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box


EV3Dev Lessons. Introduction to EV3Dev: Setup with Python

ClaimsConnect. Practice Management Tools. Installation Instructions

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI)

How to Install (then Test) the NetBeans Bundle

VMWARE HORIZON CLIENT INSTALLATION USER GUIDE

NeoSpeech Voice Pack Installation Guide

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING

How to create and send a new . NOTE: See different guide for repurposing an existing

Creating a Website with Dreamweaver 4

Surveyor Getting Started Guide

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T

Print to Caldera from remote clients

How to Install and Setup VoIPOffice Communicator for Mac

Ionic Tutorial. For Cross Platform Mobile Software Development

Setting up a ColdFusion Workstation

Required software. Mac OS X In this section, you ll find instructions for downloading and configuring the Arduino IDE in Mac OS X.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

Dreamweaver Basics Workshop

Downloading and editing signatures!

Dreamweaver 101. Here s the desktop icon for Dreamweaver CS5: Click it open. From the top menu options, choose Site and New Site

Step by step to getting R installed on your computer

Setting up GitHub Version Control with Qt Creator*

Creating a Navigation Bar with a Rollover Effect

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved

GO-GLOBAL. Gateway API Sample. Version 4.8.2

Web Questing. Go to the Web Quest site (webquest.org)

Installation and Upgrade Guide Zend Studio 9.x

Read Naturally SE Update Windows Network Installation Instructions

GIMP ANIMATION EFFECTS

FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION Microsoft Windows Apple Mac Proxy Authentication...

Creating a screen capture using the My Media Screen Recorder tool in D2L s News or Content areas

Web Browser Problems and Solutions

Installation and Upgrade Guide Zend Studio 9.x

JSF Tools Reference Guide. Version: M5

Installing and Configuring Respondus

Setup of PostgreSQL, pgadmin and importing data. CS3200 Database design (sp18 s2) Version 2/9/2018

Installing Your Multifunction to Your Network for the First Time

BIZPRAC 12 GUIDE RE-INSTALLATION

SAM4S Receipt Printer JPOS Driver. Mac OS X Installation Manual

Windows Download & Installation

NetMan Desktop Manager Quick-Start Guide

avenue.quark TUTORIAL

Rescuing Lost Files from CDs and DVDs

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc.

Transcription:

Installing VS Code Instructions for the Window OS. VS Code is a free text editor created by Microsoft. It is a lightweight version of their commercial product, Visual Studio. It runs on Microsoft Windows, Mac OS, and Linux platforms. It is a good editor for JavaScript, HTML and CSS. It also supports a large number of extensions that allow the VS Code editor to be adapted to many purposes. In this document, you will download and install VS Code, add to it the extensions used in MIS2402, and perform a test to ensure that both your VS code installation, and your account on the class server ( misdemo.temple.edu ) are working properly. Installation 1. Before you begin, open up Windows File Explorer by right clicking on the Windows icon and choosing File Explorer. Create a new folder on drive c:. The new folder should be named mis2402workspace and be found at c:\mis2402workspace You will need this folder later on. 2. Visit https://code.visualstudio.com/download 3. Click on the Windows download link. This will take you to a documentation page and also initiate the download of an.exe file. (for example: VSCodeSetup-x64-1.25.1.exe) Download the exe file and find it in your downloads folder. 4. Run the exe. Step through the installation wizard as indicated below. Click Next 1

Accept the license agreement. Use the default installation folder. Click Next. Click Next 2

Creating a desktop shortcut is recommended. You will use VS Code a lot in this course, and you want it to be easy to find. Check the boxes as shown. Click Next Click Install. Click Finish. 5. VS Code will start, and you will see a screen similar to the following: 3

6. Note that when VS Code starts, you may see a notice like this: If you see this, click the JavaScript link and install support for JavaScript. When you do this, you will be prompted to reload the window after JavaScript support is installed. This is expected. Click OK to reload the window after JavaScript is installed. You do not need to install support for any other language. 7. Note that when VS Code starts, you might see a notice like this: You don t really need Git for this course, but it is a good thing to have installed. Click the Download Git link. The download page will open up when you do this. There you will find a big download icon that looks like this: 4

Download and install the latest source release (whatever it is) and install it. You will need to quit VS Code and reopen VS code when the Git installation is complete. Congratulations. VS Code is installed! Keep going. You have more to do. Set up your workspace 1. Now, in VS Code, click File > Add Folder to Workspace and choose the folder named mis2402workspace that you previously created. 2. Make sure that you are in the mis2402workspace folder as shown above. Click Add 3. Now in VS Code click File > Save Workspace As 4. Change the folder from C:\ to C:\mis2402workspace 5. Type mis2402workspace as the file name. Make sure the window appears as it does below. Click Save. 5

6. Now you have VS Code window that looks like this: 6

Congratulations! You just set up a VS Code workspace! Now you might ask yourself here, just what is a workspace, anyway? Well the answer is simple. A workspace is a space for your work. In a real work environment, you might set up separate workspaces, one for each project, or perhaps one for each major customer or system that you are working with. In MIS2402, all our course work is going to be done in one big workspace. Technically speaking, the workspace is composed of two things - a folder (the folder you created was mis2402workspace) and a configuration file that holds all your VS Code preferences and settings that accompany that folder. (The file you made was named mis2402workspace.code-workspace.) Those two things together make up the workspace. So, don t delete either one! Add your extensions As previously stated, one of the things that makes VS Code such a versatile editor is the number of extensions that have been created for it. For MIS2402, we will want to add one of those extensions: Live HTML Previewer. 1. You need have an internet connection to install an extension. 2. In VS Code, click on the extensions icon. It looks like this: 3. In the Search Extensions in Marketplace box, type HTML Live Previewer 4. Click the green Install button next to the HTML Live Previewer Icon. Wait a moment, and click the blue Reload button when it appears. 5. You should now see HTML Live Previewer in the list of installed extensions. Like this: 7

6. Click the VS Code Explorer icon to go back to your workspace. Congratulations. You installed a VS Code Extension. Give it a try Now let s try out VS Code. 1. Click on the new folder icon in the MIS2402WORKSPACE. 2. Type in a folder name let s call it mytestfolder. 3. With mytestfolder selected, click on the new file icon. 4. Name the new file index.html (this might seem like an odd name to you, but rest assured that this is a perfectly reasonable choice.) 5. Now, in the right-hand panel, type in some text. For example, you could type: hello world 6. Click File and Save 8

7. Now, right click on the index.html file and choose, Open in browser 8. The text you wrote should now appear in a browser window. That s it! You can now edit an html file and preview it in a browser. You can close out of VS Code now. 9