added test

This commit is contained in:
2024-07-08 11:16:02 +02:00
committed by Flo Greistorfer
parent c5dcd022ae
commit db4a7ac8b2
3 changed files with 7 additions and 3 deletions

4
.gitignore vendored
View File

@@ -160,3 +160,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
test/.static
test/.thumbnails
test/**/index.html

View File

@@ -70,9 +70,9 @@
"console": "integratedTerminal",
"args": [
"-p",
"/home/user/Pictures",
"${workspaceFolder}/test",
"-w",
"file:///home/user/Pictures",
"file://${workspaceFolder}/test",
"-t",
"Pictures",
"--theme",
@@ -89,7 +89,7 @@
"tasks": [
{
"label": "Delete Lockfile",
"command": "rm -f /home/user/Pictures/.lock",
"command": "rm -f ${workspaceFolder}/test/.lock",
"type": "shell",
"problemMatcher": [],
"isBackground": true

BIN
test/example/example.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB