MeowmentDesign/.vscode/launch.json
zhang hongbo 156b624e3d 初始化
2026-01-18 19:00:49 +08:00

10 lines
178 B
JSON

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