📖 DOC: Better Getting Started

This commit is contained in:
Ahmad Awais
2018-05-31 08:41:45 +05:00
parent b6eeb1d6bc
commit 6d578d9fed

View File

@ -20,7 +20,7 @@ list of self-contained, running extensions that show one or multiple concepts of
# How to Run Locally
* `git clone`
* `cd vscode-extension-samples`
* `npm install`
* open VS Code and start a sample from the debug viewlet
* **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples`
* **Step #2**:`cd vscode-extension-samples`
* **Step #3**:`npm install`
* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet.