Microsoft/vscode

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

开放

#249,351 创建于 2025年5月20日

 (3 条评论) (28 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
CarPlayGood first issuefeature-requestgithelp wantediOS

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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


贡献者指南