Integrating zsh into Visual Studio Code
Aug 22, 2017 · 1 min read
I use oh-my-zsh with the terminal. And I wanted to use it in the VSCode well. Initially I manually initialize it every single time. But I wanted to configure it in the settings as well.
So following is how I configure the terminal.
- Go to file -> Preference -> settings
- Search -> “terminal.integrated.shell.linux” in search box
- click on edit icon
- change the text from “/bin/bash” -> “zsh”

