Skip to content

Commit e07c026

Browse files
committed
chore(vscode): add node attach debug config
1 parent f09e059 commit e07c026

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.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": "attach",
7+
"name": "Attach to Node",
8+
"port": 9229
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)