mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
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:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user