added loader to imagelist

This commit is contained in:
2025-09-25 14:27:12 +02:00
parent 08622bd092
commit a57bc8e3b5
22 changed files with 830 additions and 31 deletions

View File

@@ -90,6 +90,8 @@
"Scans",
"--exclude-folder",
"*/Galleries/*",
"--exclude-folder",
"*/Wallpaper/*",
"--folderthumbnails"
],
"console": "integratedTerminal",
@@ -160,10 +162,12 @@
}
],
"prettier.htmlWhitespaceSensitivity": "css",
"pylint.args": [
"--disable=C0111",
"--disable=C0301",
"--good-names-rgxs=^[_a-z][_a-z0-9]?$"
"python-envs.pythonProjects": [
{
"path": "",
"envManager": "ms-python.python:pyenv",
"packageManager": "ms-python.python:pip"
}
],
"python.analysis.inlayHints.callArgumentNames": "off",
"python.analysis.inlayHints.functionReturnTypes": false,