You've already forked BanjoRecomp
mirror of
https://github.com/BanjoRecomp/BanjoRecomp.git
synced 2026-02-02 12:22:09 -08:00
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"version": "0.2.1",
|
|
"defaults": {},
|
|
"configurations": [
|
|
{
|
|
"type": "default",
|
|
"project": "CMakeLists.txt",
|
|
"projectTarget": "BanjoRecompiled.exe",
|
|
"name": "BanjoRecompiled.exe",
|
|
"currentDir": "${workspaceRoot}",
|
|
"args": ["--show-console"]
|
|
}
|
|
]
|
|
} |