This commit is contained in:
Isuru Samarathunga
2025-10-10 13:30:29 +05:30
parent 96bad30f15
commit 8afe023901
471 changed files with 137902 additions and 210 deletions

6
.vscode/launch.json vendored
View File

@ -8,10 +8,10 @@
"name": "(Windows) Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/bin/Debug/Editor.exe",
"args": [],
"program": "${workspaceFolder}/build/bin/Debug/IAE.exe",
"args": ["new", "-name", "SpaceCase"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/Samples/SpaceInvaders",
"cwd": "${workspaceFolder}/Playground",
"environment": [],
"console": "externalTerminal",
"preLaunchTask": "CMake: build"