Add example-media.json file for testing php-template

This commit is contained in:
2024-08-21 22:59:21 +10:00
parent eef70107e4
commit 77dc711f12
2 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"type": "php",
"request": "launch",
"program": "${workspaceFolder}/main.php",
"args": ["--council-file", "${workspaceFolder}/example-config.json", "--candidates-file", "${workspaceFolder}/example-candidates.csv"],
"args": ["--council-file", "${workspaceFolder}/example-config.json", "--candidates-file", "${workspaceFolder}/example-candidates.csv", "--media-file", "${workspaceFolder}/example-media.json"],
"cwd": "${workspaceFolder}",
"port": 9000
}