As of version 24.12.3, when a file for which an LSP server is available is opened, there pops-up a question of whether the user wants LSP server to be started. There are two options available: to start it and not to start, and either choice is remember for the future. Running an LSP server against a project in general allows arbitrary code execution from this project, so ideally the choice of whether to start LSP server should be remembered not on a per-server basis, but on a per-"server-and-project-pair" basis. However, as a first step that would make LSP client functionality in Kate much more secure and ergonomic, it would be great to add an option to run LSP this time, but don't remember this choice for the future.