Open
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows WSL
What is the issue affecting?
Type Checking, Diagnostics/Syntax Checking, Libraries
Expected Behaviour
First type should be a number, second - a string, third - a boolean
Actual Behaviour
Reproduction steps
main.lua
local number, string, boolean = require "required"
required.lua
return 1337, "string", true
Additional Notes
No response
Log File
No response