Skip to content

Commit

Permalink
Update ReadMe for Emmet
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 28, 2018
1 parent 1f7b495 commit 9c1a05e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions extensions/emmet/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Emmet integration in Visual Studio Code
# Emmet integration in Visual Studio Code

This README is for contributing to the Emmet extension in Visual Studio Code.
## Features

See [Emmet in Visual Studio Code](https://code.visualstudio.com/docs/editor/emmet)

## How to build and run from source?

Read the basics about extension authoring from [Extending Visual Studio Code](https://code.visualstudio.com/docs/extensions/overview)
Read the basics about extension authoring from [Extending Visual Studio Code](https://code.visualstudio.com/docs/extensions/overview)

- Clone the [vscode repo](https://github.com/Microsoft/vscode)
- Read [Build and Run VS Code from Source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source) to get a local dev set up running for VS Code
- Open the `extensions/emmet` folder in the vscode repo in VS Code
- Run `npm install`
- Press F5 to start debugging

## Running tests
Expand Down

0 comments on commit 9c1a05e

Please sign in to comment.