The integrated terminal of VScode will show garbled words if zsh is installed but PowerLine font is not set. In order to fix this problem:
One of the patched fonts from Vim-Powerline for the special characters. (if you don’t have any one.)
In your User Settings (Code | Preferences | Settings) add this:
{ "terminal.integrated.fontFamily": "Hack", }