cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

cquery process is no longer terminated after last buffer is deleted #57

Open brucestephens opened 5 years ago

brucestephens commented 5 years ago

It used to be that deleting the last project in a project would terminate the associated cquery process, but that no longer happens.

(It's possible this is a deliberate change.)

rcoacci commented 5 years ago

If you use lsp-mode, it seems the lsp-keep-workspace-alive variable is default to t and that is keeping cquery running. I've changed it to nil in my config and it terminates cquery now.