Updated launch settings for debugging, and removed redundant project reference.
All checks were successful
ci / build-test (pull_request) Successful in 2m35s
ci / publish-image (pull_request) Has been skipped

This commit is contained in:
2026-03-14 22:24:21 -04:00
parent aab7bee694
commit 928e69b2ec
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,14 @@
},
"workingDirectory": ""
},
"Scan (JP, 5 pages)": {
"commandName": "Project",
"commandLineArgs": "scan --locale Japanese --start 1 --end 5 --pageSize 100",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"workingDirectory": ""
},
"Scan (EN, 3 pages)": {
"commandName": "Project",
"commandLineArgs": "scan --locale English --start 1 --end 3 --pageSize 100",