X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=.vscode%2Flaunch.json;h=c750ba521b44f23963d861d73e235c2343f01c66;hb=64c26713203a3ceebbaa71ed027bab1cbf827c3a;hp=f3ee906a97792bd1633cb675a79483f0bb2ba636;hpb=b5ca7c942f3f11b2669e1529cf46e1b1e576ef41;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index f3ee906a..c750ba52 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,16 +14,6 @@ "skipFiles": ["/**"], "stopOnEntry": true }, - { - "type": "node", - "request": "launch", - "name": "Launch Benchmark.js Benchmark Debug", - "cwd": "${workspaceFolder}", - "runtimeExecutable": "pnpm", - "runtimeArgs": ["run", "benchmark:benchmark.js:debug"], - "skipFiles": ["/**"], - "stopOnEntry": true - }, { "type": "node", "request": "launch",