mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
17 lines
481 B
JSON
17 lines
481 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"files.associations": {
|
|
"requirements-*.txt": "pip-requirements"
|
|
},
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "jellyfin",
|
|
"projectKey": "jellyfin_jellyfin-kodi"
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"flake8.importStrategy": "fromEnvironment",
|
|
"black-formatter.importStrategy": "fromEnvironment",
|
|
}
|