diff --git a/.vscode/settings.json b/.vscode/settings.json index da1e4ab5..663c6887 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,12 @@ // Preserve the original Windows CRLF line endings (Git's * -text in // .gitattributes also prevents conversion, but this keeps VS Code consistent). - "files.eol": "\r\n" + "files.eol": "\r\n", + "python-envs.pythonProjects": [ + { + "path": ".", + "envManager": "ms-python.python:venv", + "packageManager": "ms-python.python:pip" + } + ] }