{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Pure Lua", "type": "lua", "request": "launch", "projectDir": "${workspaceRoot}", "clientIndex": "1", "program": "${workspaceRoot}/test.lua", "luaexe": "C:/Program Files (x86)/Lua/5.1/lua.exe" }, { "name": "SimpleLua 2", "type": "lua", "request": "launch", "projectDir": "${workspaceRoot}", "clientIndex": "2" }, { "name": "SimpleLua 3", "type": "lua", "request": "launch", "projectDir": "${workspaceRoot}", "clientIndex": "3" }, { "type": "lua", "request": "launch", "name": "Launch", "projectDir": "${workspaceRoot}", "program": "./love.exe", } ] }