Can't save settings in kate editor

I want to use LSP with gopls package. it works very good on kate but when I try to type some code for example:

x := 2

gopls shows an error when I’m in the middle of typing this code and causes the output tab in kate to pop up on every edit. I want to prevent this behavior. when I change the settings from Error to Never, after I apply changes and press OK when I reopen the settings it changes back to default which is Error.

this panel pops up on every edit.

this is the item I want to change. It changes back to default. how can I prevent it?

thanks.