bump: :tools debugger lsp

emacs-lsp/dap-mode@6933fca0b5 -> emacs-lsp/dap-mode@f918c0580b
emacs-lsp/lsp-mode@c6482c1bbf -> emacs-lsp/lsp-mode@1e7128c43f
gagbo/consult-lsp@f4f195046b -> gagbo/consult-lsp@5a3c4e3f42
joaotavora/eglot@f775187115 -> joaotavora/eglot@83a61f673a

- Fixes support for newer versions of rust-analyzer (#6214).
- Fixes an issue where the diagnostics list from consult-lsp-diagnostics
  weren't properly sorted by severity (#6220).

Ref: gagbo/consult-lsp#21
Close: #6220
Close: #6214
This commit is contained in:
Henrik Lissner 2022-03-30 17:29:23 +02:00
parent 0e802f4653
commit 44dee4033f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 4 deletions

View file

@ -6,5 +6,5 @@
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
(when (featurep! +lsp)
(package! dap-mode :pin "6933fca0b53ea5d2d65a0545e5a4ae6424d32e9b")
(package! dap-mode :pin "f918c0580bd17105cbe50aa701a2375abca5a6ab")
(package! posframe :pin "c91d4d53fa479ceb604071008ce0a901770eff57"))

View file

@ -3,14 +3,14 @@
(if (featurep! +eglot)
(progn
(package! eglot :pin "f77518711507810b779d87190d0ca0183fc02e10")
(package! eglot :pin "83a61f673a0395e9ea3f17f8bf7afd7da37bce03")
(when (featurep! :completion vertico)
(package! consult-eglot :pin "f93c571dc392a8b11d35541bffde30bd9f411d30")))
(package! lsp-mode :pin "c6482c1bbfa366a1fc52c32c03164ac77f297022")
(package! lsp-mode :pin "1e7128c43f611ed78752130ce5ce67e641a276df")
(package! lsp-ui :pin "96b1ecbfbf87a775f05b5f0b55253376a3bd61e7")
(when (featurep! :completion ivy)
(package! lsp-ivy :pin "3e87441a625d65ced5a208a0b0442d573596ffa3"))
(when (featurep! :completion helm)
(package! helm-lsp :pin "c2c6974dadfac459b1a69a1217441283874cea92"))
(when (featurep! :completion vertico)
(package! consult-lsp :pin "f4f195046b97be5ce0406e0723921b3393d9442e")))
(package! consult-lsp :pin "5a3c4e3f4233feff3f141df38f93d1be80259301")))