aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-14 17:26:55 +0100
committerMichele Locati <michele@locati.it>2018-03-14 17:26:55 +0100
commitaee7a2706dd96ee595ffc870584d737f78bab79e (patch)
treee890ff9fba73b7a0da6bc87ddfe12609be868a05
parent1259db4e4ecb9357ac08edac0c5e5f3054d4dc3d (diff)
downloadincremental-git-filter-branch-aee7a2706dd96ee595ffc870584d737f78bab79e.tar.gz
incremental-git-filter-branch-aee7a2706dd96ee595ffc870584d737f78bab79e.tar.bz2
incremental-git-filter-branch-aee7a2706dd96ee595ffc870584d737f78bab79e.zip
Simplify VSCode debug configuration
-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