X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=13790c6598b5ef1dd1e777123b44cb2c4622e462;hb=b1577cd97272354f930ee506a09a4d930903c68c;hp=d76d6df0b90f350c6fe6821cba02d9608b03a3f4;hpb=877f0f39ac1ffde7c25130bea58cd79b849b71f3;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index d76d6df0..13790c65 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,8 @@ "request": "launch", "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 }, @@ -20,9 +19,8 @@ "request": "launch", "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 }