ReisenYoumuOuting/.vscode/launch.json
2026-06-25 04:14:10 -07:00

10 lines
No EOL
178 B
JSON

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