tools/debugger: add node >=v8 support to realgud
This commit is contained in:
parent
abfc8ced21
commit
63412af9c3
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/debugger/packages.el
|
||||
|
||||
(package! realgud)
|
||||
(when (package! realgud)
|
||||
(when (featurep! :lang javascript)
|
||||
(package! realgud-trepan-ni)))
|
||||
|
||||
(when (featurep! :tools lsp)
|
||||
(package! dap-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue