Working on a Python project and I want to define the path to where I store my virtualenv for the project.
I have linting settings in my .vscode/settings.json
workspace settings, however this is checked into my git repository and is common across any collaborators on the project, thus I don't think it would make sense to reference where I personally keep my virtualenv for this project in the workspace settings.
As it is a project-specific virtualenv, it does not make sense to reference it in my user settings either.
Is there a way I can store my path to my virtualenv for this project?