added --reread-sidecar option

This commit is contained in:
2025-07-02 13:35:42 +02:00
parent c732b49339
commit 9b7c3dc697
6 changed files with 213 additions and 132 deletions

View File

@@ -90,7 +90,7 @@
"Scans",
"--exclude-folder",
"*/Galleries/*",
"--folderthumbnails",
"--folderthumbnails"
],
"console": "integratedTerminal",
"name": "production",
@@ -256,6 +256,21 @@
"showReuseMessage": false,
"clear": true
}
},
{
"command": "COLUMNS=120 ./builder.py --generate-help-preview help.svg",
"isBackground": false,
"label": "Create help svg",
"problemMatcher": [],
"type": "shell",
"presentation": {
"echo": false,
"reveal": "always",
"focus": true,
"panel": "dedicated",
"showReuseMessage": false,
"clear": true
}
}
]
}