space_shooter/.vscode/launch.json
2025-02-28 22:42:44 +05:30

10 lines
178 B
JSON

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