queue oh el

This commit is contained in:
2026-03-19 03:46:42 -04:00
parent 4f5966dad6
commit ad125c15a2
15 changed files with 75 additions and 779 deletions

8
.vscode/launch.json vendored
View File

@@ -5,12 +5,8 @@
"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}",
@@ -33,12 +29,8 @@
"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}",