mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
fix(settings/terminal): ensure Cursor agent has a properly functioning shell environment
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
//
|
||||
"terminal.integrated.allowChords": false,
|
||||
"terminal.integrated.automationProfile.osx": {
|
||||
"path": "/opt/homebrew/bin/zsh"
|
||||
"path": "/bin/zsh"
|
||||
},
|
||||
"terminal.integrated.defaultProfile.osx": "zsh",
|
||||
"terminal.integrated.macOptionIsMeta": true,
|
||||
|
||||
Reference in New Issue
Block a user