Update vscode settings file

This commit is contained in:
Odd Stråbø 2024-06-12 01:46:55 +00:00
parent 9cdc027b39
commit fe3c2ee280
1 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,5 @@
{
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.testing.pytestEnabled": true,
"python.analysis.diagnosticMode": "workspace",
"files.associations": {
@ -13,4 +9,9 @@
"connectionId": "jellyfin",
"projectKey": "jellyfin_jellyfin-kodi"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"flake8.importStrategy": "fromEnvironment",
"black-formatter.importStrategy": "fromEnvironment",
}