Compare commits

..

1 Commits

Author SHA1 Message Date
a91d70daa4 Port to entt 2025-06-09 00:53:32 +02:00

17
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/build/HansTheGatherer",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}