From 7d1fc6b1fc133a0df0a58c3756a8b70d942cafd6 Mon Sep 17 00:00:00 2001 From: NingBo Date: Wed, 14 Nov 2018 13:33:12 +0800 Subject: [PATCH] fix bug --- src/debugAdapter/goDebug.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debugAdapter/goDebug.ts b/src/debugAdapter/goDebug.ts index f66e6012b..9879b45dc 100644 --- a/src/debugAdapter/goDebug.ts +++ b/src/debugAdapter/goDebug.ts @@ -236,6 +236,7 @@ interface AttachRequestArguments extends DebugProtocol.AttachRequestArguments { output?: string; /** Delve LoadConfig parameters **/ dlvLoadConfig?: LoadConfig; + dlvToolPath: string; /** Delve Version */ apiVersion: number; /** Delve maximum stack trace depth */