kauma/.vscode/launch.json
0xalivecow ba3975e7fd
feat: block2poly working
fix: for loops boundries
2024-10-18 22:44:46 +02:00

16 lines
No EOL
495 B
JSON

{
// 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": "Debug",
"program": "${workspaceFolder}/<executable file>",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}