mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-13 13:48:24 +00:00
Added build preLaunchTask for debug configuration
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -3,8 +3,7 @@
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
@@ -14,6 +13,7 @@
|
||||
"outFiles": [
|
||||
"../dist/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "build",
|
||||
"protocol": "inspector"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user