mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
added test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user