fix(lsp.server): force stop attached clients on deinit
This commit is contained in:
+1
-1
@@ -299,7 +299,7 @@ function M:deinit()
|
||||
end
|
||||
|
||||
if self.client then
|
||||
self.client.stop()
|
||||
self.client.stop(true)
|
||||
self.client = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user