About 1,790,000 results
Open links in new tab
  1. How can I see 'git diff' on the Visual Studio Code side-by-side file?

    Jul 13, 2018 · In Visual Studio Code, on the left side, there is a Git icon that looks like this: By clicking on this icon, then double-clicking one of the files listed under Changes you can see the …

  2. How can I view the Git history in Visual Studio Code?

    May 3, 2020 · View the changes to the active line in the editor (Git Blame). Configure the information displayed in the list; Use keyboard shortcuts to view history of a file or line; View …

  3. Using Git source control in VS Code - Visual Studio Code

    When you select a file in the Source Control view, you will see the changes that you have made to that file in a diff editor. For unstaged changes, the editor on the right still lets you edit the file: …

  4. git - VS code shows who modified the line - Stack Overflow

    Apr 5, 2023 · How to see who modified the line with git on vs code? There is a VS Code extension called "GitLens". This extension shows you in the editor who made the last changes to this …

  5. How To Find File History With Git And Visual Studio Code

    Oct 13, 2021 · run git pull→ fetch & merge potential merges. run git log -p <filename>→ see what has been changed. 4. file history: who & commit message. git log - …

  6. VSCode Not Showing Git Changes: How to Fix - HatchJS.com

    To show Git changes in VS Code, you can use the following steps: 1. Open the Command Palette (Ctrl+Shift+P). 2. Type “Git: Status” and press Enter. 3. This will open the Git status bar, which …

  7. Git : Line History - Visual Studio Marketplace

    A VS Code extension that provides dynamic git history annotations and diff viewing capabilities for your code. This extension helps developers understand code evolution by showing commit …

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

    To initialize a new local Git repository: Pick an existing or new folder on your computer and open it in VS Code. In the Source Control view, select the Initialize Repository button. This creates a …

  9. Is there a way to highlight uncommitted git changes on my files?

    Aug 16, 2021 · I'm editing files in my git repo. I installed extensions like GitLens and GitHistory but it's still annoying that I can't see what lines have changes I've made while looking at the code …

  10. Why VS Code Isn't Showing Your Git Changes And How To Fix It

    Apr 17, 2025 · When you make changes to your files in VS Code, Git should pick up on those changes and show them in the Source Control panel. But sometimes, things don't go as …

  11. Some results have been removed
Refresh