jellyfin-kodi/.vscode/settings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
481 B
JSON
Raw Normal View History

2023-07-02 16:32:29 +00:00
{
"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"
},
2024-06-12 01:46:55 +00:00
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"flake8.importStrategy": "fromEnvironment",
"black-formatter.importStrategy": "fromEnvironment",
2023-07-02 16:32:29 +00:00
}