I'm on a Mac and trying to get VSCode to auto run a command when terminal is open. Everything I've tried either results in nothing happening or an error. Any and all help is much appreciated - thanks.
Settings.json below (the terminal opens but the command isn't run)
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"path": "/Users/myname/.oh-my-zsh",
"args": [
"reload -b"
]
}
},