emacs-lsp/dap-mode@8c59b0a -> emacs-lsp/dap-mode@85a6163 emacs-lsp/lsp-mode@0131f1f -> emacs-lsp/lsp-mode@edb8119 realgud/realgud@de31e77 -> realgud/realgud@5b0ed08 tumashu/posframe@b3028b0 -> tumashu/posframe@6d604a7 Also refactors the :tools lsp module. Recent changes upstream have made a few of our hacks unnecessary (or easier to pull off without advice). Upstream has also introduced optimizations!
10 lines
421 B
EmacsLisp
10 lines
421 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "5b0ed08364b1f5e2df2f3f7d5a6e7a2fedb5189a")
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "6e38cf838c7b47b5f1353d00901b939ffa36d707")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! dap-mode :pin "85a61630499bb836bdb378fb62ea4ddd4f61a2dd")
|
|
(package! posframe :pin "6d604a71deb45295f7b6ff3f98e06aeece9888be"))
|