We're currently using the following `.vscode/settings.json`: ``` { "python-envs.pythonProjects": [], "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python" } ``` This may not work on Windows, which uses backslashes as path delimiters.