X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=f62ecf671b713103fd2c20fe565b3487f2a1a804;hb=17a9a09416d6c07f560eb0c79bd031d8c0125d4e;hp=8a86588aa11d31c6977020fed716ee643f5e7b2f;hpb=660940b0fcdbafb80d3c01684b668f55980bfa67;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 8a86588a..f62ecf67 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,15 +9,10 @@ "request": "launch", "name": "Launch Test Debug", "cwd": "${workspaceFolder}", - "preLaunchTask": "Development build", + // "preLaunchTask": "Development build", "runtimeExecutable": "npm", - "runtimeArgs": [ - "run-script", - "test:debug:vscode" - ], - "skipFiles": [ - "/**" - ], + "runtimeArgs": ["run-script", "test:debug"], + "skipFiles": ["/**"], "stopOnEntry": true }, { @@ -25,15 +20,10 @@ "request": "launch", "name": "Launch Benchmark Debug", "cwd": "${workspaceFolder}", - "preLaunchTask": "Development build", + // "preLaunchTask": "Development build", "runtimeExecutable": "npm", - "runtimeArgs": [ - "run-script", - "benchmark:debug:vscode" - ], - "skipFiles": [ - "/**" - ], + "runtimeArgs": ["run-script", "benchmark:debug"], + "skipFiles": ["/**"], "stopOnEntry": true } ]