cnam-geometry-dash/.vscode/launch.json

11 lines
146 B
JSON
Raw Normal View History

2024-12-02 10:11:00 +01:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}