Frityet

Results 69 comments of Frityet

I was using the lua-language-server

I do also have an up-to-date version of `libusb` (1.0.24) installed with homebrew

This seems to be fixed on the development branch, as building the repo and running it works perfectly

[Luarocks](https://luarocks.org/) has a shell script in `${workspaceFolder}/lua`

> I am also interested to achieve the same as @Frityet . any idea how can we incorporate luarocks with this nice debugging extension? Alright so with enough elbow grease...

> Definitions for the `ffi` module are included with the server, but they are not enabled unless using luajit. Your logs show this: > > > version = "Lua 5.4"...

> In my case, this can be simply solved by changing Lua Version in Preferences. > > > > ![image](https://user-images.githubusercontent.com/61240774/190950084-a11e3f7e-4f88-4153-addc-1c7e50b1b0e3.png) > > I am using .luarc.json to do that

> You can `require 'lpeglabel'` in plugin. but what about the lexer present [here](https://github.com/sumneko/LuaParser)?