I use fish shell and I just want to when I open the vscode it automatically selects the virtual environment that was activated in virtual fish.
I want to have something like this:
"python.interpreterPath": "${VIRTUAL_ENV}/bin/python"
(this variable actually doesn't exists, I just put it as an example)