Install vscode on OSX via brew

ilumin

Lumin

Posted on October 6, 2019

Install vscode on OSX via brew

| updated to latest brew version (thanks: @eloisetaylor5693)

Already have brew, then go

$ brew install --cask visual-studio-code
Enter fullscreen mode Exit fullscreen mode

If doesn't have brew before, run this first

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Enter fullscreen mode Exit fullscreen mode

Success ? check version and run :D

$ code --version 
$ code {your-project-folder}
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
ilumin
Lumin

Posted on October 6, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Install vscode on OSX via brew
note Install vscode on OSX via brew

October 6, 2019