If you are new to Mac or VS Code, it is possible that you may not be able to locate VS Code after installation, or you are looking for different ways to open the app. We will take a look at most of the ways you can do that.
Option 1: Using Spotlight Search
Just press Command โ + Spacebar or F4 if you are on Macbook or using the Apple Keyboard, and you should see the Spotlight Search appear.
Now just start typing - "Visual Studio Code", if it is installed, you should see it as the first result as shown below.
Option 2: Using Finder Application
VS Code will be installed under the Applications directory, so you can locate it using Finder.
Option 3: Using Terminal Application
If you use Terminal a lot, the easier way to open VS Code via Terminal is by adding the path of VS Code to the .zshrc file.
code .
Facing issues? Have Questions? Post them here! I am happy to answer!
- 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
- How to serialize-deserialize an object in java - Java
- How to add Sleep to PowerShell Script - Powershell
- Java: Print Stack Trace as String Without Exception - Java
- Docker - Running in Resource Saver mode - Docker
- [Fix] Spring Boot: mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - Java
- Your JBoss Application Server 7 is running However you have not yet added any users to be able to access the admin console - Java
- How to always fail a Junit Java Test Case - Java
- java: unclosed string literal [Error] - Java