Add --show-console option

This commit is contained in:
Mr-Wiseguy
2025-09-07 22:59:41 -04:00
parent 79321e7f86
commit dd61fa8953
3 changed files with 29 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"project": "CMakeLists.txt",
"projectTarget": "BanjoRecompiled.exe",
"name": "BanjoRecompiled.exe",
"currentDir": "${workspaceRoot}"
"currentDir": "${workspaceRoot}",
"args": ["--show-console"]
}
]
}