About 50 results
Open links in new tab
  1. Source Control in VS Code

    Learn how to use VS Code's integrated Git source control features like staging, committing, branching, merge conflict resolution, and GitHub integration.

  2. Quickstart: use source control in VS Code

    The Source Control view in VS Code is your hub for managing these changes without using the command line. Let's make a simple code change and use the Source Control view and diff editor to …

  3. Version control in VS 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, read on in …

  4. Source Control FAQ - Visual Studio Code

    Visual Studio Code's Frequently Asked Questions (FAQ) for Source Control, Git & GitHub in VS Code

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

    Working with GitHub in VS Code GitHub is a cloud-based service for storing and sharing source code. Using GitHub with Visual Studio Code lets you share your source code and collaborate with others …

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

  7. Visual Studio Code - The open source AI code editor

    VS Code supports almost every major programming language. Several ship in the box, like JavaScript, TypeScript, CSS, and HTML, but extensions for others can be found in the VS Code Marketplace.

  8. Git Branches and Worktrees in VS Code - Visual Studio Code

    Learn how to work with Git branches and worktrees in VS Code. Create, switch between, and manage multiple branches, use Git worktrees for parallel development, and manage stashes for temporary …

  9. Tree View API | Visual Studio Code Extension API

    VS Code automatically does this for you when your extension declares a view contribution. VS Code emits an activationEvent onView:$ {viewId} (onView:nodeDependencies for the example above) …

  10. December 2025 (version 1.108) - Visual Studio Code

    Jan 8, 2026 · From now on, previous chat sessions are not automatically restored when VS Code is restarted. Instead, an empty Chat view is shown where you can then access previous sessions from …