fix lsp stuff

This commit is contained in:
2025-07-29 00:36:03 +02:00
parent 0d2fe89b90
commit 3b0e43f2f9
4 changed files with 48 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
{
"diagnostics.disable": [
"unused-local"
"unused-local",
"redundant-return-value"
]
}