We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
does this support lua5.4?
The text was updated successfully, but these errors were encountered:
Yeah sure. You can select the lua interpreter version in the launch.json
{ "name": "Launch File", "type": "lua-local", "request": "launch", "program": { "file": "${file}", "lua": "lua" }, }
lua should be in PATH. I use lua5.4 by default, you may need to adjust the attribute (e.g. "lua": "lua54").
lua
PATH
"lua": "lua54"
Sorry, something went wrong.
No branches or pull requests
does this support lua5.4?
The text was updated successfully, but these errors were encountered: