aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index c1725d9..4c058d3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,7 +7,7 @@
{
"type": "pwa-node",
"request": "launch",
- "name": "reduceOverlap",
+ "name": "bin/reduceOverlap",
"skipFiles": [
"<node_internals>/**"
],
@@ -17,7 +17,7 @@
{
"type": "pwa-node",
"request": "launch",
- "name": "reduceOverlap AndersonStreet",
+ "name": "bin/reduceOverlap AndersonStreet",
"skipFiles": [
"<node_internals>/**"
],