Skip to content

Commit 7416fa9

Browse files
committed
Add launch file debug configuration to folder's launch.json
1 parent 2847f91 commit 7416fa9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/launch.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"${workspaceFolder}/out/**/*.js"
4848
],
4949
"preLaunchTask": "Build"
50-
}
50+
},
51+
{
52+
"name": "PowerShell Launch Current File",
53+
"type": "PowerShell",
54+
"request": "launch",
55+
"script": "${file}",
56+
},
5157
]
5258
}

0 commit comments

Comments
 (0)