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 Benchmarks Debug",
21 "cwd": "${workspaceFolder}",
22 "runtimeExecutable": "pnpm",
23 "runtimeArgs": ["run", "benchmark:debug"],
24 "skipFiles": ["<node_internals>/**"],