branch: externals/dape
commit 8b4ae2912ac10f7f74423cbf028dff8581c7ff7c
Author: Marc Alvarez <marcalva...@fastmail.com>
Commit: GitHub <nore...@github.com>

    Fix dlv type field from debug to go (#236)
    
    Copyright-paperwork-exempt: yes
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 72f34a58f1..eab438cb2e 100644
--- a/dape.el
+++ b/dape.el
@@ -200,7 +200,7 @@
      command-insert-stderr t
      port :autoport
      :request "launch"
-     :type "debug"
+     :type "go"
      :cwd "."
      :program ".")
     (flutter

Reply via email to