Skip to content

Commit

Permalink
.vs/launch.vs: remove -K arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 22, 2023
1 parent 2da9a97 commit 223cc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vs/launch.vs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"configurations": [
{
"args": ["-K", "st", "-c", "-d"],
"args": ["-c", "-d"],
"name": "winprefs.exe (native\\winprefs.exe)",
"project": "CMakeLists.txt",
"projectTarget": "winprefs.exe (native\\winprefs.exe)",
Expand Down

0 comments on commit 223cc23

Please sign in to comment.