emacs-lsp/dap-mode@09a562f -> emacs-lsp/dap-mode@e582ff9 emacs-lsp/lsp-mode@af1ad22 -> emacs-lsp/lsp-mode@57ea180 tumashu/posframe@395aca9 -> tumashu/posframe@9e9b16b
10 lines
421 B
EmacsLisp
10 lines
421 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "ff660011c82c6af504915833e2d981a547b7ad58")
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "6e38cf838c7b47b5f1353d00901b939ffa36d707")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! dap-mode :pin "e582ff90c104703ed65c1f3174d4c4690e9cf1fd")
|
|
(package! posframe :pin "9e9b16b0b27d1ca1973773db9bcdfada9475f34a"))
|