X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=13790c6598b5ef1dd1e777123b44cb2c4622e462;hb=c07a5f0885feb4abeb50f7b7708048c494c1fc2a;hp=19af46e971a2e31cc1c9c3d76c3b387968a413b3;hpb=6280f2af8a9a129e3986cc4bffb900a8b8507ba2;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 19af46e9..13790c65 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,8 +9,8 @@ "request": "launch", "name": "Launch Tests Debug", "cwd": "${workspaceFolder}", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "test:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "test:debug"], "skipFiles": ["/**"], "stopOnEntry": true }, @@ -19,8 +19,8 @@ "request": "launch", "name": "Launch Benchmarks Debug", "cwd": "${workspaceFolder}", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "benchmark:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "benchmark:debug"], "skipFiles": ["/**"], "stopOnEntry": true }