2 // Use IntelliSense to learn about possible attributes.
3 // Hover to view descriptions of existing attributes.
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
10 "name": "Launch Tests Debug",
11 "cwd": "${workspaceFolder}",
12 "runtimeExecutable": "pnpm",
13 "runtimeArgs": ["run", "test:debug"],
14 "skipFiles": ["<node_internals>/**"],
20 "name": "Launch Benchmark.js Benchmark Debug",
21 "cwd": "${workspaceFolder}",
22 "runtimeExecutable": "pnpm",
23 "runtimeArgs": ["run", "benchmark:benchmark.js:debug"],
24 "skipFiles": ["<node_internals>/**"],
30 "name": "Launch Mitata Benchmark Debug",
31 "cwd": "${workspaceFolder}",
32 "runtimeExecutable": "pnpm",
33 "runtimeArgs": ["run", "benchmark:mitata:debug"],
34 "skipFiles": ["<node_internals>/**"],