PTVS
PTVS copied to clipboard
"Ignore these local items" doesn't work when first click
Environment
Steps to Reproduce 1.Launch VS, search for "Django", and select the Blank Django Web Project template. 2.Enter the Name and location and check the option "Add to source Control", create the project and wait for project loaded in SE 3.Create the virtual environment with install requirements.txt and exclude it from source control a. Go to team explorer click "Changes" b. Right-click the virtual environment folder and select "Ignore these local items"
Actual behavior
I need click twice "Ignore these local items"
Output
Hi, could you check if your python path is added to your PATH variable?That might be the reason why Python was not found. Thanks.
I can repro this on today's latest build after adding python path to PATH variable
Python is installed from VS
On the latest build 17.6.0 Preview 1.0 [33319.311.main], Python Package: 17.0.23005.2, this issue is not reproduced.