X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=13790c6598b5ef1dd1e777123b44cb2c4622e462;hb=02749105fad5c3de792acbe23ed8dae1915ba2aa;hp=46a93bdf7dbbfbc47b31bfa5f2290b3696001695;hpb=d12554487c95fcb5ca074d532f654ccf6ac83770;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 46a93bdf..13790c65 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 Benchmarks Debug", "cwd": "${workspaceFolder}", - // "preLaunchTask": "Development build", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "benchmark:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "benchmark:debug"], "skipFiles": ["/**"], "stopOnEntry": true }