mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
added sizelist cache
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: Current File",
|
||||
"name": "Testfolder",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/builder.py",
|
||||
@@ -81,6 +81,26 @@
|
||||
"-n"
|
||||
],
|
||||
"postDebugTask": "Delete Lockfile"
|
||||
},
|
||||
{
|
||||
"name": "woek",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/builder.py",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"-p",
|
||||
"/home/user/woek/Pictures",
|
||||
"-w",
|
||||
"file:///home/user/woek/Pictures",
|
||||
"-t",
|
||||
"Pictures",
|
||||
"--theme",
|
||||
"themes/kjoe.css",
|
||||
"--use-fancy-folders",
|
||||
"-n"
|
||||
],
|
||||
"postDebugTask": "Delete Lockfile 2"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -93,6 +113,13 @@
|
||||
"type": "shell",
|
||||
"problemMatcher": [],
|
||||
"isBackground": true
|
||||
},
|
||||
{
|
||||
"label": "Delete Lockfile 2",
|
||||
"command": "rm -f /home/user/woek/Pictures/.lock",
|
||||
"type": "shell",
|
||||
"problemMatcher": [],
|
||||
"isBackground": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user