How are you using the lua-language-server?
NeoVim
Which OS are you using?
Windows WSL
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
Warning shouldn't be displayed
Actual Behaviour
Warning is displayed
Reproduction steps
local r = 1
for x = -r, 1 do
print(x)
end
Additional Notes
Tested on 3.13.2.

Log File
I am using nvim + mason, and it does not save any logs even with command line arguments.