This commit is contained in:
Isuru Samarathunga
2025-10-05 16:17:27 +05:30
parent f8b41a0d61
commit 71c7499226
10 changed files with 31 additions and 17 deletions

4
.vscode/launch.json vendored
View File

@ -8,10 +8,10 @@
"name": "(Windows) Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/bin/Debug/IAEngineRuntimeWin.exe",
"program": "${workspaceFolder}/build/bin/Debug/IAERuntime.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"cwd": "${workspaceFolder}",
"environment": [],
"console": "externalTerminal",
"preLaunchTask": "CMake: build"