Skip to content

Commit

Permalink
now use git-bash by default for new terminal creation
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Dec 4, 2023
1 parent c2dbad8 commit f4093a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"python.venvFolders": [
"${workspaceFolder}/venv",
],
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.profiles.windows": {
"Git Bash": {
"path": "C:\\Program Files\\Git\\bin\\bash.exe"
}
},
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
"python.terminal.activateEnvironment": true,
Expand Down

0 comments on commit f4093a0

Please sign in to comment.