update vscode settings

This commit is contained in:
poka 2023-09-09 04:26:50 +02:00
parent b89456a9b4
commit ab50340595
1 changed files with 5 additions and 1 deletions

View File

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