The quickest way to download VS Code on macOS is by making use the brew cask command on the Terminal.
brew install --cask visual-studio-code
Logs:
==> Downloading
https://formulae.brew.sh/api/cask.jws.json
##################### 100.0%
==> Downloading
https://update.code.visualstudio.com/1.82.1/darwin-arm64/stable
==> Downloading from
https://az764295.vo.msecnd.net/stable/6509174151d557a81c9d0b5f8a5a1e9274db5585/VSCode-darwin-arm64.zip
##################### 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!

As you installed VS Code using brew package manager, you can open it using terminal by simply typing code on the prompt.

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to MacOS,
- How to Display Analog Clock on Mac Menu Bar
- Shutdown Mac Terminal Command
- How to know the Serial Number of MacBook on macOS Ventura 13.0
- macOS: Remove Desktop or Documents Folder from iCloud Drive Syncing
- [fix] How to Show file extensions on all files on Mac
- How to install Zoom Add-in to Outlook (Mac)
- How to turn off Stage Manager - macOS Ventura
- Fix - Xode - Internal logic error: Connection was invalidated
- How to do calculations in Mac Terminal
- How to delete a Page in Microsoft Word File on Mac (macOS)
- How to Refresh Mac Desktop
- How to install Java on macOS [Big Sur]
- How to Disable Mac Terminal Bell Sound
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to Uninstall Brew on Mac
- Find your macOS version
- Change TextEdit File Encoding
- AppleScript Example with TextEdit
- How to install homebrew (brew) on M1 Mac
- How to Find File and Directory Size in Mac Terminal
- How to open new tab in Sublime Text Editor [macOS]
- How to list all users in Mac Terminal
- Turn off Auto-Capitalization on macOS Ventura 13
- How to check Command Line Tools Version [Updated for Ventura]
- Change Current User Password using Mac Terminal Command
More Posts:
- Install Eclipse IDE on M1/M2 Mac Natively - Eclipse
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O) - Eclipse
- Take Screenshot on Mac OS X (Keyboard Shortcuts) - Mac-OS-X
- CSS: Apply opacity only for div background and not text - CSS
- How to Make Android TextView Text Bold - Android
- Advanced print() Function Tutorial and Techniques for Python Developers - Python
- Android Studio : Change FAB icon color : FloatingActionButton - Android-Studio
- Android : Accidental Octal Lint Warning - Android