Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NingBo committed Nov 14, 2018
1 parent 5adecfe commit 7d1fc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debugAdapter/goDebug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7d1fc6b

Please sign in to comment.