18
The best option I found is to set the python.venvPath parameter in vscode settings to your anaconda envs folder.
"python.venvPath": "/Users/[...]/Anaconda3/envs"
From <https://stackoverflow.com/questions/43351596/activating-anaconda-environment-in-vscode>
Find conda env location by "conda info"