i3e-asg2/.vscode/launch.json

10 lines
178 B
JSON
Raw Permalink Normal View History

2024-06-05 16:38:04 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}