Roblox LSP set value to none?

Hello, I’m messing with my settings file in vscode for the roblox lsp extension and I’m trying to set redefined-local to none but there is only Error, Warning, Info or Hint.


I was already able to disable this in my selene linter file but I can’t figure out how to remove it from lua lsp.

Nevermind, I found out by reading this LSP docs that if you use selene like me you don’t even really need the lsp diagnostics enabled.

Put this in your settings.json file:

"robloxLsp.diagnostics.enable": false
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.