branch: externals/dape
commit dad2d31b8cdb099e03278aae945a4f96eb2fd6f6
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Add clarification to request in flight hack docs in stack buffer
---
dape.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 2a9f35325f..a9afeb0c57 100644
--- a/dape.el
+++ b/dape.el
@@ -3683,7 +3683,9 @@ See `dape-request' for expected CB signature."
(dolist (thread threads)
;; HACK Keep track of requests in flight as `revert-buffer'
;; might be called at any time, and we want keep
- ;; uneasy chatter at a minimum.
+ ;; unnecessary chatter at a minimum.
+ ;; NOTE This is hack is still necessary if user sets
+ ;; `dape-ui-debounce-time' to 0.0.
(plist-put thread :request-in-flight t)
(dape--with-request (dape--stack-trace conn thread 1)
(plist-put thread :request-in-flight nil)