Lua 官網 https://lua.org Lua 官網 download - https://lua.org/download.html luaforwindows - https://github.com/rjpcomputing/luaforwindows VSCode 安裝套件 Lua - sumneko Lua Debug - actboy168 - https://github.com/tomblind/local-lua-debugger-vscode - launch.json ```json= { // 使用 IntelliSense 以得知可用的屬性。 // 暫留以檢視現有屬性的描述。 // 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "lua", "request": "launch", "name": "Debug", "program": "${workspaceFolder}/hello.lua" } ] } ``` Code Runner 喜好設定: 開啟預設設定 (JSON) - defaultSettings.json 找關鍵字 code-runner.executorMap