Git diff view does not show untracked nested repositories, but will commit them #71593
Closed
1 task done
Labels
git
GIT issues
Issue Type: Bug
VS Code does not show untracked nested Git repositories it in the "Source Control" panel's diff view, but will add them to a commit using the "Commit" button, or stage them using the "Stage All Changes" button.
In my case I wanted to add an external repository into my yarn workspace for development, but added it to my
.gitignore
incorrectly, which made me accidentally commit it because it did not show up in VS Code's diff view.Steps to reproduce:
Expected result:
Actual result:
Side Notes:
git add
through the shell. This bug only seems to affect nested repositories that are untracked.Related: #37947
VS Code version: Code 1.32.3 (a3db5be, 2019-03-14T22:46:48.547Z)
OS version: Darwin x64 18.5.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: