emacs-lsp/dap-mode@c95537c58e -> emacs-lsp/dap-mode@11431a26bc emacs-lsp/lsp-mode@8861252880 -> emacs-lsp/lsp-mode@acad044ebc emacs-lsp/lsp-ui@942eeecc3d -> emacs-lsp/lsp-ui@00f1fecdfb emacs-straight/eglot@678610fdc5 -> emacs-straight/eglot@e7e49c789c gagbo/consult-lsp@f8db3252c0 -> gagbo/consult-lsp@6858391316 tumashu/posframe@017deece88 -> tumashu/posframe@f4e9e509ba Close: #7820
10 lines
419 B
EmacsLisp
10 lines
419 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "365063ea8ce8ec6a852cb388088d84147421c3c2")
|
|
(when (modulep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
|
|
|
|
(when (modulep! +lsp)
|
|
(package! dap-mode :pin "11431a26bc4c8ca92b097dbdbcbdc9e3d7fb5583")
|
|
(package! posframe :pin "f4e9e509ba96ceb3c2b2b054957291607fb52651"))
|