How do i silence the type checking warnings from Roblox LSP in vscode

Im using rojo and roblox lsp and i decided to download the ProfileService module into the src file so that i would be able to have autocomplete for it when im calling it from other scripts. but because the profile service module uses no typechecking at all there are warnings in my vscode explorer and im sick of seeing this yellow warning when i know there is nothing wrong with the script.
Screenshot 2024-11-22 215133
i know that its not the end of the world but for me its just too distracting so any help would be appreciated, thank you.

1 Like

you can right click on every warning to ignore it right?

no when i right click on them i don’t see any option for ignoring the warning

oh im not sure then lol, you could always just ignore it. DONT LOOK AT IT! :stuck_out_tongue:

Idk, that’s why I don’t use Rojo LOL, it’s weird, in studio we use --!nocheck in the first line, try that.

Sadly that doesn’t work either

I think you wanna use Luau LSP instead
As far as I’m concerned, Roblox LSP is no longer maintained