When I started Visual Studio Code from an activated Conda environment, I was able to use the environment variable to specify the path (MacOS):
{ "python.pythonPath": "~/anaconda/envs/${env.CONDA_DEFAULT_ENV}/bin/python" }
Go to the Workspace Settings section by pressing Cmd , or by going to the top menu, then add it to settings.json
source share