16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to Unity Editor",
|
|
"type": "vstuc",
|
|
"request": "attach"
|
|
},
|
|
{
|
|
"name": "Attach to Unity Build",
|
|
"type": "vstuc",
|
|
"request": "attach",
|
|
"endPoint": "127.0.0.1:56493"
|
|
}
|
|
]
|
|
} |