Skip to content

Commit

Permalink
Adding debug launch options
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Apr 25, 2022
1 parent 6c42fd3 commit edb4426
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"profiles": {
"FileSorter": {
"Auto-confirm": {
"commandName": "Project",
"commandLineArgs": "-y"
},
"Prompt to continue": {
"commandName": "Project"
},
"Show Help": {
"commandName": "Project",
"commandLineArgs": "-h"
}
Expand Down

0 comments on commit edb4426

Please sign in to comment.