Open
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
local s = -100
for i = s, 1 do
print(i)
end
expected no errors
Actual Behaviour
but got an error from count-down-loop
Reproduction steps
enable vscode extension and paste code above
Additional Notes
No response
Log File
No response