Rene Reichow
Results
2
comments of
Rene Reichow
I also recently (aka up until just now) had the same/a similar problem. In my case the lua language server incorrectly set the project root to / which obviously disables...
Sure! All I put into the `.luarc.json` file sitting next to my `init.lua` was this: ```json { "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", "runtime.version": "LuaJIT" } ``` The `"$schema"` came from the official lua...