Skip to content
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

lua5.4 supported? #77

Open
laoshaw opened this issue Feb 25, 2023 · 1 comment
Open

lua5.4 supported? #77

laoshaw opened this issue Feb 25, 2023 · 1 comment

Comments

@laoshaw
Copy link

laoshaw commented Feb 25, 2023

does this support lua5.4?

@sewbacca
Copy link

sewbacca commented Jun 4, 2023

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").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants