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

false positive in undefined-global

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

G = _G
G["d"] = 1
A = d

expected no error

Actual Behaviour

image

Reproduction steps

enable vscode extension

Additional Notes

No response

Log File

No response

tamaroning avatar Aug 25 '24 01:08 tamaroning