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