emacs-lsp/dap-mode@2f0c5b2857 -> emacs-lsp/dap-mode@c95537c58e emacs-lsp/lsp-mode@a5f5ca9a8a -> emacs-lsp/lsp-mode@8861252880 emacs-lsp/lsp-ui@bc58c66645 -> emacs-lsp/lsp-ui@942eeecc3d emacs-straight/eglot@24f2bf7b28 -> emacs-straight/eglot@678610fdc5 mohkale/consult-eglot@049c6319b8 -> mohkale/consult-eglot@64262e7245 Ref: emacs-lsp/lsp-mode#4169 Ref: emacs-lsp/lsp-mode#4414
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 "c95537c58e8f3ceac9c827ddf89e4928b24a1cc7")
|
|
(package! posframe :pin "017deece88360c7297265680d78a0bb316470716"))
|