Skip to content

Commit 1c9f38b

Browse files
Fix launch config & README
1 parent d49469d commit 1c9f38b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cwd": "${workspaceFolder}",
77
"name": "CLI",
88
"request": "launch",
9-
"runtimeArgs": ["run", "debug", "--", "-rv"],
9+
"runtimeArgs": ["run", "debug", "--", "chat", "-rv"],
1010
"runtimeExecutable": "npm",
1111
"type": "node"
1212
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To run as [Visual Studio Code](https://code.visualstudio.com) extension, open th
6868
Or use below command to run working copy of the tool:
6969

7070
```shell
71-
npm run debug
71+
npm run debug -- chat
7272
```
7373

7474
## Publishing

0 commit comments

Comments
 (0)