Skip to content

Commit

Permalink
adds git bash
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 19, 2023
1 parent 5d802f5 commit e42e76e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
],
"python.pythonPath": "venv/bin/python",
"python.defaultInterpreterPath": "venv/bin/python",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.profiles.windows": {
"Git Bash": {
"path": "C:\\Program Files\\Git\\bin\\bash.exe"
}
},
"python.linting.pylintEnabled": true,
"files.eol": "\n", // Unix
"editor.tabSize": 4,
Expand Down

0 comments on commit e42e76e

Please # to comment.