Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Add install the extension to Getting Started #572

Merged
merged 1 commit into from
Dec 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ A VS Code extension to debug your JavaScript code in the Google Chrome browser,
* Any features that aren't script debugging.

## Getting Started
To use this extension, you must first open the folder containing the project you want to work on.
1. [Install the extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
2. Restart VS Code and open the folder containing the project you want to work on.

## Using the debugger

Expand Down