aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json10
1 files changed, 5 insertions, 5 deletions
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"
}
}
]

© 2014-2024 Faster IT GmbH | imprint | privacy policy