About 50 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 output …

  2. Terminal Basics - Visual Studio Code

    Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.

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

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

  5. Visual Studio Code on Windows

    The Windows Terminal, available from the Microsoft Store, is a terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.

  6. 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 can't work around.

  7. Configure VS Code for Microsoft C++

    To use MSVC from a command line or VS Code, you must run from a Developer Command Prompt for Visual Studio. An ordinary shell such as PowerShell, Bash, or the Windows command prompt does …

  8. GitHub Copilot in VS Code cheat sheet - Visual Studio Code

    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 directly from …

  9. 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 take effect.

  10. Python environments in VS Code

    To create local environments in VS Code using virtual environments or Anaconda, you can follow these steps: open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), search for the Python: …