{
"version": "0.2.0",
"configurations": [
"name": "Attach to Unity Editor",
"type": "unity",
"request": "attach",
"path": "${workspaceFolder}/Library/EditorInstance.json"
},
"name": "Attach to Unity Player",
"transportArgs": {
"port": 56000
}
]