Setting VS Code Terminal to ZShell

I couldn't find how to set the default terminal to zshell online. Here's how I did it:

Code -> Preferences -> Settings

Search for 'Terminal'.

Set "terminal.integrated.shell.osx" to "terminal.integrated.shell.osx": "zsh"

Voila.