15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Unity-xlua",
|
|
"type": "lua",
|
|
"request": "attach",
|
|
"runtimeType": "Unity",
|
|
"localRoot": "${workspaceRoot}",
|
|
"port": 7003,
|
|
"printType": 1
|
|
}
|
|
]
|
|
}
|