mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Avoid fallback completion if lsp--buffer-deferred
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
(defun +debugger-list-for-dap ()
|
||||
(when (and (bound-and-true-p lsp-mode)
|
||||
(bound-and-true-p lsp--buffer-deferred)
|
||||
(require 'dap-mode nil t)
|
||||
dap-mode)
|
||||
(mapcar #'car dap--debug-template-configurations)))
|
||||
|
Reference in New Issue
Block a user