Microsoft/vscode

Git - Add option for git.untrackedChanges to accept current git repo setting for git's status.showUntrackedFiles

Aberta

#249.351 aberto em 20 de mai. de 2025

 (3 comentários) (28 reações) (1 responsável)TypeScript (39.847 forks)batch import
CarPlayGood first issuefeature-requestgithelp wantediOS

Métricas do repositório

Stars
 (184.936 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Add option for VSCode's git.untrackedChanges to use current setting of git's status.showUntrackedFiles. That will make it possible to edit dotfiles git bare repository that has git's status.showUntrackedFiles=no

GIT_WORK_TREE="$HOME" GIT_DIR="$HOME/.dotfiles" code "$HOME"

Add 4th option, named "git.status.showUntrackedFiles", that will run command like git config --local status.showUntrackedFiles, if equals to yes should be same as "mixed", if no should be equivalent of "hidden":

Image


Guia do colaborador