Skip to content

Commit

Permalink
Setting debug CLI back to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Sep 22, 2024
1 parent 6a3e591 commit 58d26b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesort-rs/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"kind": "bin"
}
},
"args": ["--input-file","foo.txt","--output-file","out.txt"],
"args": ["--input-file","test.txt","--output-file","out.txt"],
"cwd": "${workspaceFolder}"
},
{
Expand Down

0 comments on commit 58d26b0

Please sign in to comment.