About 325 results
Open links in new tab
  1. Introduction to Git in VS Code

    Get started with Git in Visual Studio Code and take control of your code! Our beginner's guide covers everything you need to know, from setting up a repository to committing changes and …

  2. Using Git source control in VS Code

    Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions on the …

  3. Working with GitHub in VS Code

    There are many ways to interact with GitHub, for example, via their website at https://github.com or the Git command-line interface (CLI), but in VS Code, the rich GitHub integration is provided …

  4. Visual Studio Code tips and tricks

    VS Code makes it easy to see what Git commands are actually running. This can be helpful when you're still learning Git or when you're debugging a difficult source control issue.

  5. Terminal Basics - Visual Studio Code

    Visual Studio Code includes a full featured integrated terminal that starts at the root of your workspace. It provides integration with the editor to support features like links and error detection.

  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. Getting started with the terminal - Visual Studio Code

    You can use it to run commands like echo, ls, and git, just like a standalone terminal. The terminal in VS Code also provides integration with the editor to support features such as links to …

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

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

Refresh