Use lsp-workspace-restart

lsp-restart-workspace is deprecated and raises a warning in *Messages*:

    ‘lsp-restart-workspace’ is an obsolete command (as of lsp-mode 6.1); use ‘lsp-workspace-restart’ instead.
This commit is contained in:
Fidel Ramos 2020-12-09 15:21:12 +01:00 committed by Bozhidar Batsov
parent 428e2266e2
commit 6236bfefd9
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
* Fallback to `sample/prelude-modules.el` in the absence of a `prelude-modules.el` in one's personal folder.
* [Ruby] Don't auto-insert coding comments.
* Hide (via `diminish`) `editorconfig-mode`, `super-save`, `company`, `abbrev` and `ivy` in the modeline.
* Use `lsp-workspace-restart` function instead of deprecated `lsp-restart-workspace`.
### Bugs fixed