build: switch to pnpm
[poolifier.git] / .vscode / launch.json
index 19af46e971a2e31cc1c9c3d76c3b387968a413b3..13790c6598b5ef1dd1e777123b44cb2c4622e462 100644 (file)
@@ -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": ["<node_internals>/**"],
       "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": ["<node_internals>/**"],
       "stopOnEntry": true
     }