PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

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

Open linette-zyy opened this issue 1 year ago • 1 comments

Environment image

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 image

Actual behavior No dialog prompt pops up

Additional context and screenshots conda_reload

linette-zyy avatar Apr 27 '23 09:04 linette-zyy

@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.

StellaHuang95 avatar Apr 27 '23 17:04 StellaHuang95