coverage.py's htmlcov output folder contains a .gitignore file like this:
# Created by coverage.py
*
I am using "explorer.excludeGitIgnore": true, and so this folder should be hidden. Except, it isn't always, until I click it.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.88.1
- OS Version: Windows 11 23H2
Steps to Reproduce:
On Windows:
if exist bug rmdir /s/q bug
mkdir bug
for /l %i in (1,1,20) do (mkdir bug\sub%i && echo *> bug\sub%i\.gitignore)
code.cmd --disable-extensions bug

This issue does not seem to reproduce if I replace 20 with 1 above.
coverage.py'shtmlcovoutput folder contains a.gitignorefile like this:I am using
"explorer.excludeGitIgnore": true, and so this folder should be hidden. Except, it isn't always, until I click it.Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
On Windows:
This issue does not seem to reproduce if I replace
20with1above.