10 results found
-
Staging and committing changes - Visual Studio Code
Master Git staging and commits in VS Code with granular file control, AI-powered commit messages, visual diff reviews, and comprehensive change tracking tools.
-
July 2023 (version 1.81) - Visual Studio Code
Welcome to the July 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Accessibility improvements - Accessible View support for notifications, chat responses, and hovers. VS Code Profiles - Finer control with partial profiles and "Apply to all profiles" options. New diff editor features - Collapse unchanged ...
-
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.
-
Built-in Commands | Visual Studio Code Extension API
Built-in Commands 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 commands API. The following is a sample of how to open a new folder in VS Code:
-
Basic editing - Visual Studio Code
Basic editing Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code. Keyboard shortcuts Being able to keep your hands on the keyboard when writing code is crucial for high productivity. VS Code has a rich set of default ...
-
August 2019 (version 1.38) - Visual Studio Code
Copy and revert in the diff editor - Easily copy or restore deleted content. Go to Line supports negative line numbers - Quickly jump to the end of a file. MDN Reference link for HTML and CSS - Links to MDN documentation directly from IntelliSense. Add missing await Quick Fix - Find overlooked awaits in asynchronous code.
-
July 2024 (version 1.92) - Visual Studio Code
Diff Editor More compact diffs in Chat We iterated on the diff editor layout in the Chat view/inline Chat and made it more compact. Before: After: Source Control Incoming/Outgoing changes graph This milestone, we are enabling the visualization of the incoming and outgoing changes using a graph.
-
Version control in VS Code
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 the related resources section below.
-
Source Control API | Visual Studio Code Extension API
Source Control API The Source Control API allows extension authors to define Source Control Management (SCM) features. There is a slim, yet powerful API surface which allows many different SCM systems to be integrated in Visual Studio Code, while having a common user interface with all of them. VS Code itself ships with one Source Control provider, the Git extension, which is the best ...
-
February 2024 (version 1.87) - Visual Studio Code
February 2024 (version 1.87) Update 1.87.1: The update addresses these issues. Update 1.87.2: The update addresses this security issue. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the February 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include ...