diff --git a/comment-sample/.vscode/launch.json b/comment-sample/.vscode/launch.json index f027d529..612397c4 100644 --- a/comment-sample/.vscode/launch.json +++ b/comment-sample/.vscode/launch.json @@ -6,7 +6,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Extension", + "name": "Run Extension", "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", diff --git a/comment-sample/README.md b/comment-sample/README.md index d8b8a8e5..8f221183 100644 --- a/comment-sample/README.md +++ b/comment-sample/README.md @@ -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) \ No newline at end of file +![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