diff options
-rw-r--r-- | .vscode/launch.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 291dcce..c1725d9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -123,5 +123,16 @@ ], "program": "${workspaceFolder}/bin/mr2osc.mjs", "args": ["dist/conflate/mr_explodeUnitFromNumber.geojson"] + }, + { + "type": "pwa-node", + "request": "launch", + "name": "bin/mCoopDiff", + "skipFiles": [ + "<node_internals>/**" + ], + "program": "${workspaceFolder}/bin/mrCoopDiff.js", + "args": ["dist/conflate/mr_explodeUnitFromNumber.geojson", "dist/conflate/mr_explodeUnitFromNumber.html"] + } ] } |