Skip to content

Ask user for permission to start a LSP server

Christoph Cullmann requested to merge work/lsp_server_ask into master

ATM we start stuff without asking the user if that is ok.

This request allows the user to allow/block the starts (for once or permanent) and one has a minimal UI to later adjust the allow/block state.

This IMHO makes it more "secure" as no stuff will be launched without at least one review and in addition allows the user to easily block server starts that e.g. fail on their machine without messing with the LSP json file.

Edited by Christoph Cullmann

Merge request reports