fix(lsp.server): force stop attached clients on deinit

This commit is contained in:
2024-09-09 04:10:36 +02:00
parent 18d8df5766
commit 9172aac940
+1 -1
View File
@@ -299,7 +299,7 @@ function M:deinit()
end end
if self.client then if self.client then
self.client.stop() self.client.stop(true)
self.client = nil self.client = nil
end end