// A launch configuration that compiles the extension and then opens it inside a new window { "version": "0.2.0", "configurations": [ { "name": "πŸΊζ΅‹θ―•", "type": "lua", "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/test.lua", "cpath": "${workspaceFolder}/bin/Windows/?.dll", "arg": [ ], "luaVersion": "latest", "consoleCoding": "utf8", "sourceCoding": "utf8", "outputCapture": [ "print", "stderr", ], }, { "name": "ι™„εŠ ", "type": "lua", "request": "attach", "stopOnEntry": false, "address": "127.0.0.1:11427", "outputCapture": [ ], "sourceMaps": [ [ "./*", "${workspaceFolder}/*" ] ] }, { "name": "love-api", "type": "lua", "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/tools/love-api.lua", "cpath": "${workspaceFolder}/bin/Windows/?.dll", "arg": [ ], "luaVersion": "latest", "consoleCoding": "utf8", "sourceCoding": "utf8", "outputCapture": [ "print", "stderr", ], }, ] }