Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 524 Bytes

launch-vscode-from-the-command-line.md

File metadata and controls

19 lines (12 loc) · 524 Bytes

Launch VS Code From The Command Line

Category: VS Code

To open VS Code from the command line in the current directory, ensure that you have the VS Code command line tools installed. Windows will add the tools to your path automatically.

On macOS, open VS Code and show the Command Palette with shift + command + P then type:

Shell Command: Install 'code' command in PATH command

Select this option.

Next time you want to use VS Code, open it from the current directory using:

code .