Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 15, 2025
1 parent c9e5521 commit 9a4e2b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.profiles.windows": {
"Git Bash": {
"path": "C:\\Program Files\\Git\\bin\\bash.exe"
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
"args": [
"--cd=."
]
}
},
"python.linting.pylintEnabled": true,
Expand Down

0 comments on commit 9a4e2b0

Please sign in to comment.