Env folder not showing in Git Changes after creating virtual environment only with Python3.13.
Open
@rchiodo is already working on this.
Since Jul 16, 2025.
needs repro
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Environment
Steps to Reproduce
- In VS, select File > New > Project, search for "Django", and select the Blank Django Web Project template.
- Click the “”Add to Source Control" button in the lower right corner
- Create the Python3.13 virtual environment with install requirements.txt
- Check the Git changes tab.
- Repeat step3 to create virtual environment with Python 3.9, 3.10, 3.11, 3.12
Expected behavior
All the virtual environment folder should list in the changes.
Additional context and screenshots
Env folder not showing in Git Changes after creating virtual environment only with Python3.13.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.