-
harper
> I'm looking to disable some Lua diagnostics gram-wide. I've only succeeded in doing so workspace-wide. Is there something wrong with this settings.jsonc config?: > "lsp": { > "lua-language-server": { > "settings": { > "Lua": { > "diagnostics": { > "disable": [ > "deprecated", > "inject-field", > "param-type-mismatch", > "undefined-doc-name", > "undefined-field", > "undefined-global", > ], > }, > }, > }, > }, That's from your user configuration file and not your workspace configuration file, right? ↺
-
harper
> if it's not intended is there a better location to file a bug report? Bug reports live here: https://codeberg.org/GramEditor/gram/issues
-
harper
I finally got around to submitting Gram to the Chimera Linux user repository: https://github.com/chimera-linux/cports/pull/5506