Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
633 stars 94 forks source link

Add debugger files with luarocks? #222

Open iandol opened 1 week ago

iandol commented 1 week ago

Mobdebug can be easily installed using luarocks: https://github.com/pkulchenko/MobDebug -- but for your extension we have to manually move the luapanda.lua file around. It would be nicer if we could just install luapanda alongside luasocket using luarocks. Then the extension and debugger would just work with needing to manually move files around.