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