- Open Visual Studio Code
- Press CTRL + SHIFT + P to open the Command Palette
- Search for “Terminal: Select Default Profile”
- Select your preferred shell. In my case I selected “WLinux (WSL)”
- Open Visual Studio Code
- Press CTRL + SHIFT + P to open the Command Palette
- Search for "Preferences: Open Settings (JSON)"
- Add the following to your settings with your perferred Powerline font. In my case this was "Cousine for Powerline"
{
"terminal.integrated.fontFamily": "Cousine for Powerline",
}