Skip to content

Commit

Permalink
Remove -v from vscode launch.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Dec 19, 2024
1 parent 4edda30 commit 50a2d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"--bin", "moonshine"
]
},
"args": ["./config.toml", "-v"]
"args": ["./config.toml"]
},
{
"type": "lldb",
Expand All @@ -26,7 +26,7 @@
"--bin", "moonshine"
]
},
"args": ["./config.toml", "-v"]
"args": ["./config.toml"]
}
]
}

0 comments on commit 50a2d59

Please sign in to comment.