build(deps-dev): apply updates
[poolifier.git] / .vscode / launch.json
index 13790c6598b5ef1dd1e777123b44cb2c4622e462..c750ba521b44f23963d861d73e235c2343f01c66 100644 (file)
     {
       "type": "node",
       "request": "launch",
-      "name": "Launch Benchmarks Debug",
+      "name": "Launch Tatami NG Benchmark Debug",
       "cwd": "${workspaceFolder}",
       "runtimeExecutable": "pnpm",
-      "runtimeArgs": ["run", "benchmark:debug"],
+      "runtimeArgs": ["run", "benchmark:tatami-ng:debug"],
       "skipFiles": ["<node_internals>/**"],
       "stopOnEntry": true
     }