15 lines
219 B
JSON
15 lines
219 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debug",
|
||
|
"type": "lua-local",
|
||
|
"request": "launch",
|
||
|
"program": {
|
||
|
"command": "just"
|
||
|
},
|
||
|
"args": ["debug"]
|
||
|
}
|
||
|
]
|
||
|
}
|