mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Update vscode settings file
This commit is contained in:
parent
9cdc027b39
commit
fe3c2ee280
1 changed files with 5 additions and 4 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"python.formatting.provider": "black",
|
|
||||||
"python.linting.enabled": true,
|
|
||||||
"python.linting.flake8Enabled": true,
|
|
||||||
"python.linting.mypyEnabled": true,
|
|
||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
"python.analysis.diagnosticMode": "workspace",
|
"python.analysis.diagnosticMode": "workspace",
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
|
@ -13,4 +9,9 @@
|
||||||
"connectionId": "jellyfin",
|
"connectionId": "jellyfin",
|
||||||
"projectKey": "jellyfin_jellyfin-kodi"
|
"projectKey": "jellyfin_jellyfin-kodi"
|
||||||
},
|
},
|
||||||
|
"[python]": {
|
||||||
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||||
|
},
|
||||||
|
"flake8.importStrategy": "fromEnvironment",
|
||||||
|
"black-formatter.importStrategy": "fromEnvironment",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue