Skip to content

Commit

Permalink
update to use gitbash
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 7, 2024
1 parent d642108 commit 54941fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"${workspaceFolder}/venv",
],
"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"
},
"cmd.exe": {
"path": "C:\\Windows\\System32\\cmd.exe",
}
},
"python.linting.pylintEnabled": true,
"files.eol": "\n", // Unix
"editor.tabSize": 4,
Expand Down

0 comments on commit 54941fe

Please sign in to comment.