From aee7a2706dd96ee595ffc870584d737f78bab79e Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 14 Mar 2018 17:26:55 +0100 Subject: Simplify VSCode debug configuration --- .vscode/launch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index f2355c7..3b885d1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,13 +4,13 @@ { "type": "bashdb", "request": "launch", - "name": "Bash-Debug (simplest configuration)", - "program": "${file}", + "name": "incremental-git-filterbranch", + "showDebugOutput": false, + "trace": false, + "cwd": "${workspaceFolder}/test", + "program": "all-tests.sh", "osx": { "pathPkill": "/usr/bin/pkill" - }, - "windows": { - "pathBash": "C:/Windows/System32/bash.exe" } } ] -- cgit v1.2.3