Files
project-entity/.vscode/launch.json
2026-03-02 19:00:06 +05:00

11 lines
146 B
JSON

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