aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-17 17:07:55 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-17 17:07:55 +0200
commite0fab8139a4dd8a33e54cb7fdea85d2bd3feaeb9 (patch)
treed7cc1a2583899d4557e54a2b33dee342f0405a2e /.vscode/launch.json
parentd21afe5b33b4cb3f5cf1917f4d15f402de41a032 (diff)
parentd9889e4501c1f3ebd649b81816e80d1b40d14c87 (diff)
Merge branch 'max/POC-ECS-memory-efficient' of github.com:lonkaars/crepe
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 160d242..69e3590 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,7 +5,7 @@
"name": "Debug with Ninja",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/mwe/ecs-homemade/build/ecs-homemade.exe",
+ "program": "${workspaceFolder}/mwe/ecs-memory-efficient/build/ecs-memory-efficient.exe",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",