mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-23 06:34:20 -04: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"]
|
|
}
|
|
]
|
|
} |