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
No duplicate field error
Actual Behaviour
if x then
t.s = function() return 1 end
else
t.s = function() return 2 end
end
This is not a duplicate field and should not be an error
Reproduction steps
if x then
t.s = function() return 1 end
else
t.s = function() return 2 end
end
Write that into the editor. See error as indicated above.
Additional Notes
v3.6.4
Log File
file_c%3A_Users_User_AppData_Roaming_Factorio_mods_space-exploration.log