Skip to content

Commit a296997

Browse files
committed
chore: update vscode debug config
1 parent a5d6136 commit a296997

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.vscode/launch.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
},
2424
"sourceMaps": true,
2525
"smartStep": true,
26-
"internalConsoleOptions": "openOnSessionStart",
27-
"preLaunchTask": "Compile tests"
26+
"internalConsoleOptions": "openOnSessionStart"
2827
},
2928
{
3029
"type": "node",
@@ -38,8 +37,7 @@
3837
},
3938
"sourceMaps": true,
4039
"smartStep": true,
41-
"internalConsoleOptions": "openOnSessionStart",
42-
"preLaunchTask": "Compile tests"
40+
"internalConsoleOptions": "openOnSessionStart"
4341
}
4442
]
4543
}

.vscode/tasks.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)