Skip to content

Commit

Permalink
feat: configure PyCharm shell path (#270)
Browse files Browse the repository at this point in the history
feat: configure Pycharm shell path.
  • Loading branch information
YvesBos authored Feb 13, 2025
1 parent c655d6f commit f6126ea
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"backend": "PyCharm",
"plugins": [
"com.github.copilot"
]
],
"settings": {
"org.jetbrains.plugins.terminal:app:TerminalOptionsProvider.myShellPath": "/usr/bin/zsh"
}
},
"vscode": {
"extensions": [
Expand Down Expand Up @@ -76,4 +79,4 @@
}
}
}
}
}

0 comments on commit f6126ea

Please sign in to comment.