
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 …
Running Python code in Visual Studio Code
Whether you are experimenting with smaller lines of Python code in the REPL or ready to run a Python script, the Python extension offers multiple ways to run your code.
Getting started with the terminal - Visual Studio Code
Learn how to get started running shell commands with the integrated terminal in Visual Studio Code.
Visual Studio Code on macOS
Open the Command Palette (Cmd+Shift+P), type 'shell command', and run the Shell Command: Install 'code' command in PATH command. Restart the terminal for the new $PATH value to …
Troubleshoot Terminal launch failures - Visual Studio Code
The VS Code team works hard to make the terminal experience as seamless as possible but in some cases, there are issues with shell or terminal configurations that the VS Code editor …
Visual Studio Code tips and tricks
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 VS Code from the …
Visual Studio Code debug configuration
Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.
Getting Started with Python in VS Code - Visual Studio Code
Open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), start typing the Python: Create Environment command to search, and then select the command. The command presents a list …
Default keyboard shortcuts reference - Visual Studio Code
For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette.
GitHub Copilot in VS Code cheat sheet
Select a code block to scope your Inline Chat prompt or attach relevant context by attaching files or symbols. Use the editor context menu options to access common AI-powered actions …