emacs-lsp/dap-mode@67fd9e5d4e -> emacs-lsp/dap-mode@50c2a99059 emacs-lsp/lsp-mode@9faa492692 -> emacs-lsp/lsp-mode@6b6afc00de joaotavora/eglot@2b87b06d9e -> joaotavora/eglot@e835996e16 Close: #6461 Co-authored-by: MOHENOO <MOHENOO@users.noreply.github.com>
10 lines
421 B
EmacsLisp
10 lines
421 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "3c88611c4ed59069093187c2a039b8d05cbe53e8")
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! dap-mode :pin "50c2a99059da03ac5274d6794ea4758ddf253dc1")
|
|
(package! posframe :pin "0d23bc5f7cfac00277d83ae7ba52c48685bcbc68"))
|