File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ module DAP.Types
81
81
, TerminatedEvent (.. )
82
82
, ThreadEvent (.. )
83
83
, OutputEvent (.. )
84
+ , OutputEventCategory (.. )
84
85
, BreakpointEvent (.. )
85
86
, ModuleEvent (.. )
86
87
, LoadedSourceEvent (.. )
@@ -2296,11 +2297,11 @@ instance ToJSON ThreadEventReason where
2296
2297
toJSON reason = genericToJSONWithModifier reason
2297
2298
----------------------------------------------------------------------------
2298
2299
data OutputEventCategory
2299
- = Console
2300
- | Important
2301
- | Stdout
2302
- | Stderr
2303
- | Telemetry
2300
+ = OutputEventCategoryConsole
2301
+ | OutputEventCategoryImportant
2302
+ | OutputEventCategoryStdout
2303
+ | OutputEventCategoryStderr
2304
+ | OutputEventCategoryTelemetry
2304
2305
| OutputEventCategory Text
2305
2306
deriving stock (Show , Eq , Generic )
2306
2307
----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments