Recommends some extensions and sets the default interpreter path (#6884)

This commit is contained in:
Trenton H 2024-06-01 20:34:40 -07:00 committed by GitHub
parent 5fc6736666
commit 43ede21c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,11 @@
"**/.venv": true,
"**/.coverage": true,
"**/coverage.json": true
}
},
"python.defaultInterpreterPath": ".venv/bin/python3",
},
"extensions": {
"recommendations": ["ms-python.python", "charliermarsh.ruff", "editorconfig.editorconfig"],
"unwantedRecommendations": ["ms-python.black-formatter"]
}
}