I3E_STLD-ASG2/.vscode/launch.json

10 lines
178 B
JSON
Raw Normal View History

2024-05-25 18:10:45 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}