Change VSCode Integrated Shell to Fish on Mac
Add this to your settings.json
:
"terminal.integrated.shell.osx": "/usr/local/bin/fish"
Et voila!
And a helpful gif:
Sources:
1) Changing Shell for Tasks and Debug
TweetAdd this to your settings.json
:
"terminal.integrated.shell.osx": "/usr/local/bin/fish"
Et voila!
And a helpful gif:
Sources:
1) Changing Shell for Tasks and Debug
Tweet