aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-13 17:14:15 +0100
committerMichele Locati <michele@locati.it>2018-03-13 17:14:15 +0100
commit5597ff3ac9e37205aa79b8957420afb780fd3d77 (patch)
treed31dac391529ad66288e76f99365ce20a7253697
parentca37a9776ce6511d22e8e695a551b90759b0e4b4 (diff)
downloadincremental-git-filter-branch-5597ff3ac9e37205aa79b8957420afb780fd3d77.tar.gz
incremental-git-filter-branch-5597ff3ac9e37205aa79b8957420afb780fd3d77.tar.bz2
incremental-git-filter-branch-5597ff3ac9e37205aa79b8957420afb780fd3d77.zip
Add Visual Studio Code configuration
-rw-r--r--.vscode/launch.json17
-rw-r--r--.vscode/settings.json5
2 files changed, 22 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..f2355c7
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,17 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "bashdb",
+ "request": "launch",
+ "name": "Bash-Debug (simplest configuration)",
+ "program": "${file}",
+ "osx": {
+ "pathPkill": "/usr/bin/pkill"
+ },
+ "windows": {
+ "pathBash": "C:/Windows/System32/bash.exe"
+ }
+ }
+ ]
+} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..0b92dc8
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "files.eol": "\n",
+ "editor.detectIndentation": false,
+ "editor.insertSpaces": false
+} \ No newline at end of file

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