Fix lsp-restart-workspace not working
Because I forgot to forward the RESTART argument for lsp--shutdown-workspace.
This commit is contained in:
parent
b88822f641
commit
2b67d958e6
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ auto-killed (which is a potentially expensive process)."
|
|||
restart
|
||||
(null +lsp-defer-shutdown)
|
||||
(= +lsp-defer-shutdown 0))
|
||||
(funcall orig-fn)
|
||||
(funcall orig-fn restart)
|
||||
(when (timerp +lsp--deferred-shutdown-timer)
|
||||
(cancel-timer +lsp--deferred-shutdown-timer))
|
||||
(setq +lsp--deferred-shutdown-timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue