Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 5c9d4e6

Browse files
author
Bowden Kelly
authored
Merge pull request #35 from lostintangent/master
Update debug configuration
2 parents 8947b66 + 8404fad commit 5c9d4e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"outFiles": [
2020
"../dist/**/*.js"
2121
],
22-
"preLaunchTask": "build",
22+
"preLaunchTask": "npm: build",
2323
"protocol": "inspector"
2424
}
2525
]

.vscode/tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"taskName": "Run Build",
87
"type": "npm",
98
"script": "build",
109
"group": {

0 commit comments

Comments
 (0)