
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor. You can open files, install extensions, change the display language, and …
Getting started with the terminal - Visual Studio Code
Visual Studio Code includes a fully featured integrated terminal. You can use it to run commands like echo , ls , and git , just like a standalone terminal. The terminal in VS Code also provides …
Built-in Commands | Visual Studio Code Extension API
This document lists a subset of Visual Studio Code commands that you might use with vscode.commands.executeCommand API. Read the Commands guide for how to use the …
Terminal Basics - Visual Studio Code
The integrated terminal can run commands such as mkdir and git just like a standalone terminal. You can open a terminal as follows: From the menu, use the Terminal > New Terminal or View …
Terminal Advanced - Visual Studio Code
Visual Studio Code's integrated terminal has many advanced features and settings, such as Unicode and emoji support, custom keyboard shortcuts, and automatic replies. This topic …
Commands | Visual Studio Code Extension API
VS Code includes a large set of built-in commands that you can use to interact with the editor, control the user interface, or perform background operations. Many extensions also expose …
GitHub Copilot in VS Code cheat sheet - Visual Studio Code
This cheat sheet provides a quick overview of the features for GitHub Copilot in Visual Studio Code. You can access GitHub Copilot in VS Code through the Chat view, directly in the editor, …
Terminal Shell Integration - Visual Studio Code
Visual Studio Code has the ability to integrate with common shells, allowing the terminal to understand more about what's actually happening inside the shell. This additional information …
Terminal Profiles - Visual Studio Code
Visual Studio Code's integrated terminal allows configuring various profiles to make launching various shells easier.
Visual Studio Code tips and tricks
Command line. VS Code has a powerful command line interface (CLI) which enables you to customize how the editor is launched to support various scenarios. For example, you can start …