Skip to content

Commit 4b989d8

Browse files
committed
Revert unintended changes
1 parent bb9541a commit 4b989d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lldb/tools/lldb-dap/.vscode/launch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"outFiles": [
1616
"${workspaceFolder}/out/**/*.js"
17-
]
18-
// "preLaunchTask": {
19-
// "type": "npm",
20-
// "script": "watch"
21-
// }
17+
],
18+
"preLaunchTask": {
19+
"type": "npm",
20+
"script": "watch"
21+
}
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)