Today I Learned

hashrocket A Hashrocket project

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:

Imgur

Sources:

  1. Changing Shell for Tasks and Debug
See More #workflow TILs