How to launch VS Code using command line

Last updated on January 26, 2022 A Goodman Loading... Post a comment

This article shows you how to add code to the path in Windows and macOS so that you can launch the VS Code (Visual Studio Code) in any directory just by running:

code .

Demo:

You can also open a file with VS Code by executing this:

code [filename]

How to add “code” to the path?

Note: On Windows, Visual Studio Code is automatically added to your PATH. If it doesn’t work as expected or you’re using macOS, try the steps listed below.

Firstly, launch your VS Code and go to View > Command Palette, search for command and click on Shell Command: Install ‘code’ command in PATH:

A message will show up like this:

Done. Further reading:

You can also check out our Visual Studio Code topic page for more tips and tricks to improve your producibility and coding experience.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

Related Articles