tools/debugger: move dap-mode behind +lsp flag

+ To make this consistent with other opt-in LSP integration
+ Install posframe for dap-ui-mode to work (#2934)

Fixes #2934
This commit is contained in:
Henrik Lissner 2020-04-18 19:06:47 -04:00
parent a0fd06e96b
commit 09f617de8b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 42 additions and 40 deletions

View file

@ -5,5 +5,6 @@
(when (featurep! :lang javascript)
(package! realgud-trepan-ni :pin "6e9cac5e80")))
(when (featurep! :tools lsp)
(package! dap-mode :pin "0b9c8f28ad"))
(when (featurep! +lsp)
(package! dap-mode :pin "0b9c8f28ad")
(package! posframe :pin "e62e584268"))