About 200 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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, …

  8. 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 …

  9. Terminal Profiles - Visual Studio Code

    Visual Studio Code's integrated terminal allows configuring various profiles to make launching various shells easier.

  10. 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 …

Refresh