Visual Studio Code on mac
Brew install
brew install --cask visual-studio-code
Run from command line
Just run
code
Python extension
Go to marketplace and search for python. Install Python
extension from Microsoft.
OhMyZsh
See Zshell on mac for instructions how to install zshell on mac.
Press cmd+shift+p
and look for settings.json (Preferences: Open Settings (JSON).
Then add:
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "Hack Nerd Font"
Save, and that’s it.
Updated: 2021-02-09