Normalize comment sample

This commit is contained in:
Pine Wu
2019-08-01 14:28:12 -07:00
parent 4f483e1b25
commit 8b25a4bee3
2 changed files with 9 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",

View File

@ -6,4 +6,11 @@ This sample shows
- How to support comment thread creation for documents.
- How to update comment actions dynamically.
![demo](./wiki-demo.gif)
![demo](./wiki-demo.gif)
## Running the Sample
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window