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:
parent
a0fd06e96b
commit
09f617de8b
3 changed files with 42 additions and 40 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue