musicube/.vscode/settings.json

6 lines
152 B
JSON
Raw Normal View History

2021-09-24 19:37:00 +00:00
{
"python.pythonPath": "venv/bin/python3.9",
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"pythonTestExplorer.testFramework": "pytest"
}