Skip to content

Commit f86bdb4

Browse files
committed
Integrated for VSCode
1 parent d4b22bb commit f86bdb4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Launch Program",
8+
"program": "${workspaceRoot}\\purrplingbot.js"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)