Files
Virtual-Tutor/Unity/.vscode/launch.json
tom.hempel 78e5dcd53e restructure
2025-09-30 18:03:19 +02:00

10 lines
178 B
JSON

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