MeowmentDebugTool/.vscode/launch.json
张宏博 14f9f3f3f2 init
2025-12-18 10:17:46 +08:00

10 lines
178 B
JSON

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