mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
add test via multiple locations
This commit is contained in:
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@@ -63,7 +63,17 @@
|
||||
"env": {
|
||||
"DIST": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Test",
|
||||
"program": "${workspaceFolder}/tests/index.js",
|
||||
"request": "launch",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"outputCapture": "std"
|
||||
},
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user