Render animation fixes, vs code tasks

This commit is contained in:
2026-03-15 13:22:53 -04:00
parent bbfafd7331
commit a83dbd5b6c
6 changed files with 100 additions and 14 deletions

8
.vscode/launch.json vendored
View File

@@ -5,8 +5,12 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
<<<<<<< HEAD
"preLaunchTask": "build-debug",
"program": "${workspaceFolder}/out/build/linux-debug/bin/anm2ed",
=======
"program": "${workspaceFolder}/out/build/linux-debug/anm2ed",
>>>>>>> f58d894 (Render animation fixes, vs code tasks)
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
@@ -29,8 +33,12 @@
"name": "Release",
"type": "cppdbg",
"request": "launch",
<<<<<<< HEAD
"preLaunchTask": "build-release",
"program": "${workspaceFolder}/out/build/linux-release/bin/anm2ed",
=======
"program": "${workspaceFolder}/out/build/linux-release/anm2ed",
>>>>>>> f58d894 (Render animation fixes, vs code tasks)
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",