
Try uninstalling and reinstalling VS Code. The VS Code Windows and Linux installations should have installed VS Code on your path. Your OS cannot find the VS Code binary code on its path. Code Navigation - VS Code lets you quickly understand and move through your source code.Ĭommon questions 'code' is not recognized as an internal or external command.Basic Editing - Learn the basics of the VS Code editor.Integrated Terminal - Run command-line tools from inside VS Code.Note: If you are using VS Code Insiders builds, the URL prefix is vscode-insiders://. Opens a new session of VS Code instead of restoring the previous session (default).įorces opening a file or folder in the last active window. Print VS Code version (for example, 1.22.2), GitHub commit ID, and architecture (for example, 圆4). Here are optional arguments you can use when starting VS Code at the command line via code: Argument Insiders: If you are using the VS Code Insiders preview, you launch your Insiders build with code-insiders. To review platform-specific setup instructions, see Setup. For example, on Windows, VS Code is installed under AppData\Local\Programs\Microsoft VS Code\bin. If this isn't the case, you can manually add the location to the Path environment variable ( $PATH on Linux). Windows and Linux installations should add the VS Code binaries location to your system path. Note: Users on macOS must first run a command ( Shell Command: Install 'code' command in PATH) to add VS Code executable to the PATH environment variable. To do this, from an open terminal or command prompt, navigate to your project folder and type code.


Typically, you open VS Code within the context of a folder.

You can launch VS Code from the command line to quickly open a file, folder, or project. You will see the version, usage example, and list of command line options. To get an overview of the VS Code command-line interface, open a terminal or command prompt and type code -help. If you are looking for how to run command-line tools inside VS Code, see the Integrated Terminal. You can open files, install extensions, change the display language, and output diagnostics through command-line options (switches). Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor.
