19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Cambridge",
|
|
"type": "lua-local",
|
|
"request": "launch",
|
|
"program": {
|
|
"command": "lovec"
|
|
},
|
|
"args": [
|
|
"."
|
|
],
|
|
"scriptRoots": [
|
|
"."
|
|
]
|
|
}
|
|
]
|
|
} |