Skip to content

Commit 11dc662

Browse files
authored
Merge pull request #13 from mpickering/wip/romes/wip
Allow setBreakpointsArgumentsSourceModified to be null
2 parents 9fb399b + 87842d1 commit 11dc662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DAP/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2985,7 +2985,7 @@ data SetBreakpointsArguments
29852985
-- ^
29862986
-- Deprecated: The code locations of the breakpoints.
29872987
--
2988-
, setBreakpointsArgumentsSourceModified :: Bool
2988+
, setBreakpointsArgumentsSourceModified :: Maybe Bool
29892989
-- ^
29902990
-- A value of true indicates that the underlying source has been modified
29912991
-- which results in new breakpoint locations.

0 commit comments

Comments
 (0)