jaklis/.vscode/settings.json

7 lines
179 B
JSON
Executable File

{
"python.pythonPath": "/usr/bin/python3.9",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}