Closed
Description
Behaviour
"Create Environment" does not create .gitignore
file
Steps to reproduce:
- "Create Environment"
- Check
.gitignore
file
Diagnostic data
The problem was introduced in 462b9bf - someone dropped a not
in one of the two add_gitignore
implementations (the conda one is fine, the venv one is not):
Still in v2024.14.1:
vscode-python/python_files/create_venv.py
Lines 137 to 141 in 2ac2c20