Files
BanjoRecomp/launch.vs.json

14 lines
297 B
JSON
Raw Permalink Normal View History

2025-02-17 21:45:16 -05:00
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "BanjoRecompiled.exe",
"name": "BanjoRecompiled.exe",
2025-09-07 22:59:41 -04:00
"currentDir": "${workspaceRoot}",
"args": ["--show-console"]
2025-02-17 21:45:16 -05:00
}
]
}