.luarc.json
can't work with lua-language-server
#6651
Unanswered
mrxiaozhuox
asked this question in
General
Replies: 1 comment
-
In case anyone sees this unanswered question and feels discouraged, I am currently using helix 24.7 and adding a {
"workspace.library": [
"/path/to/library"
],
"runtime.version": "Lua 5.2",
"hint.enable": true
} I'm using this to develop scripts that operate within the context of a lua library plugin for a game. It's cool, works fine here for me for now. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed
lua-language-server
and tried to create a Lua config file, but it's not working for the LSP server.Beta Was this translation helpful? Give feedback.
All reactions