config vscode

This commit is contained in:
Alex 2026-01-05 00:03:49 +01:00
parent 17e0422fdf
commit 1f0c73e0c9

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"python.formatting.provider": "black",
"python.pythonPath": "venv\\Scripts\\python.exe"
}