{ // 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": [ { "type": "lua", "request": "launch", "tag": "normal", "name": "LuaPanda", "cwd": "${workspaceFolder}", "luaFileExtension": "", "connectionPort": 8818, "stopOnEntry": true, "useCHook": true, "autoPathMode": true, }, { "type": "lua", "request": "launch", "tag": "independent_file", "name": "LuaPanda-IndependentFile", "luaPath": "", "packagePath": [], "luaFileExtension": "", "connectionPort": 8820, "stopOnEntry": true, "useCHook": true, } ] }