[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 848ba37797 8/8: Remove :autoport from hint as it's
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 848ba37797 8/8: Remove :autoport from hint as it's probably just confusing |
Date: |
Tue, 16 Jan 2024 15:57:40 -0500 (EST) |
branch: externals/dape
commit 848ba377977c58f89c333596a30dfe88fce2053e
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Remove :autoport from hint as it's probably just confusing
---
dape.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dape.el b/dape.el
index fce9530543..4d474feb45 100644
--- a/dape.el
+++ b/dape.el
@@ -3668,6 +3668,7 @@ Buffer is specified by MODE and ID."
(cl-loop with base-config = (alist-get hint-key dape-configs)
for (key value) on hint-config by 'cddr
unless (or (memq key
dape-minibuffer-hint-ignore-properties)
+ (and (eq key 'port) (eq value :autoport))
(eq key 'ensure))
collect (concat
(propertize (format "%s" key)
- [elpa] externals/dape updated (b9d0579cd2 -> 848ba37797), ELPA Syncer, 2024/01/16
- [elpa] externals/dape a3113e072f 1/8: Include connection type in repl error message, ELPA Syncer, 2024/01/16
- [elpa] externals/dape 848ba37797 8/8: Remove :autoport from hint as it's probably just confusing,
ELPA Syncer <=
- [elpa] externals/dape 46c725d327 2/8: Improve usability of evaluate, ELPA Syncer, 2024/01/16
- [elpa] externals/dape 328f7a923c 6/8: Remove js-debugs dependency on command-cwd for nicer hints, ELPA Syncer, 2024/01/16
- [elpa] externals/dape 24bfaea5ad 5/8: Add generic configs for generic launching generic adapters, ELPA Syncer, 2024/01/16
- [elpa] externals/dape baf9a1d630 3/8: Update shell modes display action to play nice with which-key, ELPA Syncer, 2024/01/16
- [elpa] externals/dape 49e6c302ac 7/8: Remove dap-mode recommendation in the README, ELPA Syncer, 2024/01/16
- [elpa] externals/dape 2f416b6dc3 4/8: Make expression and log breakpoint clickable, ELPA Syncer, 2024/01/16