Skip to content

Commit

Permalink
Revert launch config change
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh committed Oct 6, 2023
1 parent 541c698 commit 2668198
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@
"program": "${file}",
"preLaunchTask": "Build Test containers",
"console": "integratedTerminal",
"args": [
"-t",
"ex5410DA-planogram-definitions-to-es",
"-v",
"2",
"-c",
"test/cfg"
],
"args": ["-t", "scp-basic", "-v", "2", "-c", "test/cfg"],
"justMyCode": false
},
{
Expand Down

0 comments on commit 2668198

Please sign in to comment.