Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Auto UnstageNew to Visual Studio Code? Get it now.
Auto Unstage

Auto Unstage

xia0hj

|
29 installs
| (0) | Free
automatically removes specified lines from Git staging area.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Unstage

Motivation

There are some debug codes I don't want to commit.
So I develop a simple vscode extension to automatically remove them from git staging area.

Usage

1. Select rows and mark them

editor context menu:

or gutter context menu:

or commands:

2. Click staging buttons

Notes: run command git add . will not trigger, only support staging buttons.

3. Manage marked rows in tree view

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft