About 173 results
Open links in new tab
  1. Using Git source control in VS Code - Visual Studio Code

    You can create and checkout branches directly within VS Code through the Git: Create Branch and Git: Checkout to commands in the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)).

  2. Introduction to Git in VS Code - Visual Studio Code

    Even if you're a beginner, VS Code's user-friendly interface guides you through common Git actions like pushing and pulling code, creating and merging branches, and committing code …

  3. Version control in VS Code - Visual Studio Code

    In this tutorial, we will learn how to use the basics of Git version control in Visual Studio Code. For more information about integrated Git support, including how to work with remote repositories, …

  4. Tree View API | Visual Studio Code Extension API

    The Tree View API allows extensions to show content in the sidebar in Visual Studio Code. This content is structured as a tree and conforms to the style of the built-in views of VS Code.

  5. Source Control API | Visual Studio Code Extension API

    VS Code itself ships with one Source Control provider, the Git extension, which is the best reference for this API and is a great starting point if you'd like to contribute your very own SCM …

  6. Remote Repositories - Visual Studio Code

    Jun 10, 2021 · You can make a change to your code, create a new branch and a pull request (PR) based on that change, and then check out the PR, all in a few clicks. You can learn more …

  7. Source Control FAQ - Visual Studio Code

    VS Code uses git rev-parse --show-toplevel to determine the root of a Git repository. In most cases, the root of the Git repository is inside the workspace, but there are scenarios where the …

  8. GitHub Pull Requests in Visual Studio Code

    Sep 10, 2018 · We developed a new extension to create and review pull requests integrated directly into Visual Studio Code through a set of new Visual Studio Code extension APIs.

  9. Working with GitHub in VS Code - Visual Studio Code

    The GitHub Repositories extension lets you quickly browse, search, edit, and commit to any remote GitHub repository directly from within Visual Studio Code, without needing to clone the …

  10. Visual Studio Code - Code Editing. Redefined

    Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite …

Refresh