PTVS
PTVS copied to clipboard
The 'environment.yml' file can not be detected to create a conda env when reload project
Environment

Steps to Reproduce 1.Create a Flask Web project 2.Add a 'environment.yml' file in it
name: test
dependencies:
- numpy
3.Upload Project 4.Reload Project
Expected behavior
The dialog prompt pops up

Actual behavior No dialog prompt pops up
Additional context and screenshots

@AdamYoblick Does this have to do with the changes you made recently? The ShowInfoBar() that shows this message is called from CheckAsync(), not sure if that's related.