You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@angelozerr I noticed that if you close any open clojure files, after some seconds it's sent a shutdown request to server even the clojure project is still opened.
I think for clojure-lsp this is bad as clojure-lsp startup usually take 10-30s, depending on the project size, and we don't need to close the connection just because user closed a recent opened file and is navigating the file tree searching for other file.
The text was updated successfully, but these errors were encountered:
@angelozerr I noticed that if you close any open clojure files, after some seconds it's sent a
shutdown
request to server even the clojure project is still opened.I think for clojure-lsp this is bad as clojure-lsp startup usually take 10-30s, depending on the project size, and we don't need to close the connection just because user closed a recent opened file and is navigating the file tree searching for other file.
The text was updated successfully, but these errors were encountered: