CogwheelUnity/Cogwheel/.vscode/launch.json
Spudnut2000 86e8b2168c Init
2024-10-01 23:23:13 -05:00

10 lines
178 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}