-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using stock lua binary #287
Comments
You can use Lua compiled by yourself. |
if there is nothing specific to lua binary, is there anything which might impact this when replacing lua binary with generic distro one (like from debian repos)? |
ok, so we're having problem with remote. sure enough, downgrading plugin version to v2.0.9 makes it work or me, even when i replace the binary. i'd say this issue would be resolved by same solution. |
plugin provided binary does not contain bit32 module compiled with it.
in past i'd simply replace ~/.vscode/extensions/actboy168.lua-debug-2.0.4-linux-x64/runtime/linux-x64/lua53/lua with actual one provided by OS i.e. /usr/bin/lua5.3.
and vscode debugger was working.
but now if i do that, vscode debugger hangs i.e. fails to attach to the lua process.
any suggestions what is the problem?
The text was updated successfully, but these errors were encountered: