NightrainsRbx / RobloxLsp

Roblox Luau Language Server based on Lua by sumneko.
https://devforum.roblox.com/t/roblox-lsp-full-intellisense-for-roblox-and-luau/717745
MIT License
211 stars 49 forks source link

OverlapParams, GuiService, and UserInputService missing keys with no way to override #241

Open Blastbrean opened 9 months ago

Blastbrean commented 9 months ago

These keys are not added into the Roblox LSP which the type checking complains about. I think what is a bigger issue is the fact that we have no way to override this behavior. We should be able to either add these keys ourselves or be able to turn off the warning for that specific line, file, or workspace.