Sample: RPG: Init
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -8,10 +8,10 @@
|
||||
"name": "(Windows) Launch",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/bin/Debug/IAE.exe",
|
||||
"args": ["new", "-name", "SpaceCase"],
|
||||
"program": "${workspaceFolder}/build/bin/Debug/RPGSample.exe",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}/Playground",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"console": "externalTerminal",
|
||||
"preLaunchTask": "CMake: build"
|
||||
|
||||
Reference in New Issue
Block a user