I installed Anaconda 4.3.1 along with Visual Studio 2017 preview. Since I need Python 3.5 for Tensorflow I created a separate virtual environment using conda, targeting this version of Python.
The problem I have is I cannot make Visual Studio see the environments created with conda. "Add existing virtual env" doesn't seem to work.
Is there a way to attach my environment to a project in PVTS?