mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Normalize comment sample
This commit is contained in:
2
comment-sample/.vscode/launch.json
vendored
2
comment-sample/.vscode/launch.json
vendored
@ -6,7 +6,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Extension",
|
||||
"name": "Run Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
|
||||
@ -6,4 +6,11 @@ This sample shows
|
||||
- How to support comment thread creation for documents.
|
||||
- How to update comment actions dynamically.
|
||||
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user