musicube/.vscode/settings.json

6 lines
152 B
JSON

{
"python.pythonPath": "venv/bin/python3.9",
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"pythonTestExplorer.testFramework": "pytest"
}