From 31b57c0c763d2a571504cc9c644b4c45f8613bec Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 3 Jul 2021 22:00:37 +1000 Subject: add vscode debug --- .vscode/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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": [ + "/**" + ], + "program": "${workspaceFolder}/bin/mrCoopDiff.js", + "args": ["dist/conflate/mr_explodeUnitFromNumber.geojson", "dist/conflate/mr_explodeUnitFromNumber.html"] + } ] } -- cgit v1.2.3