Client luau_lsp quit with exit code 1 and signal 0
CompletedLoop opened this issue · 7 comments
Your config seems right in this case, just remove the opts
field in the plugin spec. The error The command line is too long
is unrelated to this plugin, but seems more like a Windows or mason issue, I think it is more appropriate to ask for help in the mason repo or google a solution. Just curious, do other lsp's work or is the issue only with luau-lsp?
Your config seems right in this case, just remove the
opts
field in the plugin spec. The errorThe command line is too long
is unrelated to this plugin, but seems more like a Windows or mason issue, I think it is more appropriate to ask for help in the mason repo or google a solution. Just curious, do other lsp's work or is the issue only with luau-lsp?
Its just luau.
Whats confusing is if I just load the plugin by itself I get lsp but, the commands disappear. If I try to setup the lsp then I get no lsp but I get the luau commands.
Yeah, I don't think it is related to this plugin, try checking this Windows guide, maybe your PATH variable is too long
Try to turn off the fflag sync option
Try to turn off the fflag sync option
This worked appreciate it.
Should probably put this in the readme if people are experiencing the same issue.