lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

false positive in count-down-loop

Open tamaroning opened this issue 1 year ago • 0 comments

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 image

Reproduction steps

enable vscode extension and paste code above

Additional Notes

No response

Log File

No response

tamaroning avatar Aug 23 '24 10:08 tamaroning