Files
ages/.vscode/settings.json

7 lines
256 B
JSON
Raw Normal View History

{
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.pythonPath": "/home/alek/.local/share/virtualenvs/adventuregame-Kcj1_Ep-/bin/python",
"python.languageServer": "Jedi",
"python.linting.mypyEnabled": true
}