### 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 ```lua local number, string, boolean = require "required" ``` required.lua ```lua return 1337, "string", true ``` ### Additional Notes _No response_ ### Log File _No response_