Homebrew (popularly known as the brew) is the most popular package manager for macOS.
If you are looking for ways to quickly install Microsoft Visual Studio Code (also known as vscode or vs code) you can make use of the --cask option to get it installed.
Install Visual Studio Code using Brew
Syntax:% brew install --cask visual-studio-code
Installation Logs:
==> Downloading https://update.code.visualstudio.com/1.72.2/darwin-arm64/stable
==> Downloading from https://az764295.vo.msecnd.net/stable/d045a5eda657f4d7b676dedbfa7aab8207f8a075/VSCode
######################################################################## 100.0%
==> Installing Cask visual-studio-code
==> Moving App 'Visual Studio Code.app' to '/Applications/Visual Studio Code.app'
==> Linking Binary 'code' to '/opt/homebrew/bin/code'
🍺 visual-studio-code was successfully installed!
Once downloaded, you can run VS Code from the Applications folder, make use of the Spotlight Search, or simply use the Terminal with the open command as below.
% /Applications/Visual\ Studio\ Code.app
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to macOS,
- How to list all users in Mac Terminal
- Docker Desktop needs privileged access macOS
- Mac: How to show count of files and folders in Finder
- How to Change Background Color TextEdit on Mac
- How to adjust MacBook Desktop icons size
- Test internet speed using macOS Terminal command
- How to change the default font and text size in Microsoft Excel for Mac
- How to install Java on macOS [Big Sur]
- How to come out of dquote prompt in Terminal - macOS/Linux
- How to Increase MacBook Trackpad Cursor Speed on macOS Ventura/Sonoma
- Fix: Microsoft Excel Quit Unexpectedly on Mac
- How to Adjust macOS System Font Size
- How to Quit Applications on Mac Using Terminal
- How to check zsh installed version using terminal
- Two Ways to Extract rar (*.rar) files on Mac
- How to Right Click on Mac Desktop?
- How to Add Brew to PATH M1/M2 Mac
- How to search (find) in macOS Terminal Console Text
- macOS 13 Ventura - The New About this Mac Window
- TextEdit Get the count of lines in a file
- How to run .sh file in Mac Terminal
- Google Search Hot Trends Screensaver for Mac OS X
- Check Reboot History Mac
- [Solution] Mac Update Stuck Preparing macOS Ventura 13.0 About 30 minutes remaining
- Display Safari URL address link on hover
More Posts:
- Disable Fading Edges Scroll Effect Android Views - Android
- How to Unzip a file using Python - Python
- How to upgrade Docker Desktop on Mac - MacOS
- Amp Hello World Example - AMP
- Eclipse : A java Runtime Environment (JRE) or Java Development kit (JDK) must be available - Java
- Spring Boot Starter Data MongoDB Example - Java
- Relative Imports examples in Python 3.x - Python
- How to read a .mat (MATLAB) file in Python - Python