• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How To Install Visual Studio Code on macOS

Written by Rahul, Updated on September 13, 2019

This tutorial will help you to install Visual Studio Code on macOS operating system using Homebrew.

Step 1 – Prerequisites

Before starting the installation of Visual Studio Code editor using this tutorial you must have the following prerequisites

  • Terminal: You must have Mac Terminal access and little knowledge about working with the terminal application.
  • Homebrew: Homebrew is a popular package management tools used for installing most open-source software like Node. Here is the Homebrew installation tutorial

Step 2 – Install Visual Studio Code on macOS

First, fetch the latest version of homebrew and formula. Then tap the Caskroom/Cask repository from Github. After that search for the visual-studio-code package.

brew update
brew tap caskroom/cask
brew cask search visual-studio-code

Then install Visual Studio Code by running the following command.

brew cask install visual-studio-code 

Wait for the installation complete

Visual Studio Code on macOS

Step 3 – Launch Application

After completing the installation of Visual Studio Code, launch it on your macOS system. After that, you can add the required extensions for your application.

Installing Visual Studio Code on macOS

All done. Let’s start with the development.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

1 Comment

  1. Avatar Raakesh Nagarajan Reply
    September 26, 2019 at 3:01 pm

    Thanks much, Rahul. I could install VSCode using the steps mentioned in here. Can you please let me know how to enable intelligence in VSCode editor similar to how it works in PowerShell ISE?

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy