fix(lsp.server): force stop attached clients on deinit
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user