git-stage 🗄️
A VSCode extension for staging/unstaging files without changes from outside of the source control window. Table of Contents Features
Wait, isn't this already included in VSCode's default Git integration?Sort of, but not really. The default Git integration only provides commands to stage/unstage files with changes, unless you do it from the Source Control window. This can be really annoying in situations where you have a lot of untracked files (e.g. when working with bare git repos for dotfiles), in which case it is a lot more convenient to stage files directly from the explorer view. The Git integration does however expose all the necessary APIs to achieve this under the hood, which is what this extension is using. CommandsCommand palette
Explorer view - context menu
Extension settingsNone, so far. |