I am 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?