X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=c750ba521b44f23963d861d73e235c2343f01c66;hb=d802ca2f7a3c94f1c7925e31a057921244088672;hp=46a93bdf7dbbfbc47b31bfa5f2290b3696001695;hpb=d12554487c95fcb5ca074d532f654ccf6ac83770;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 46a93bdf..c750ba52 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,22 +7,20 @@ { "type": "node", "request": "launch", - "name": "Launch Test Debug", + "name": "Launch Tests Debug", "cwd": "${workspaceFolder}", - // "preLaunchTask": "Development build", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "test:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "test:debug"], "skipFiles": ["/**"], "stopOnEntry": true }, { "type": "node", "request": "launch", - "name": "Launch Benchmark Debug", + "name": "Launch Tatami NG Benchmark Debug", "cwd": "${workspaceFolder}", - // "preLaunchTask": "Development build", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "benchmark:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "benchmark:tatami-ng:debug"], "skipFiles": ["/**"], "stopOnEntry": true }