Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DAP/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ data ContinueArguments
-- execution (see `supportsSingleThreadExecutionRequests`) and the argument
-- `singleThread` is true, only the thread with this ID is resumed.
--
, continueArgumentsSingleThread :: Bool
, continueArgumentsSingleThread :: Maybe Bool
-- ^
-- If this flag is true, execution is resumed only for the thread with given
-- `threadId`.
Expand Down
Loading