mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-22 21:09:41 +00:00
Update vscode settings file
This commit is contained in:
parent
9cdc027b39
commit
fe3c2ee280
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user