tools/debugger: add node >=v8 support to realgud

This commit is contained in:
Henrik Lissner 2019-07-07 13:12:06 +02:00
parent abfc8ced21
commit 63412af9c3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 1 deletions

View file

@ -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))