File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141| supportsSingleThreadExecutionRequests | 🟥 |
4242| supportsDataBreakpointBytes | 🟨 |
4343| breakpointModes | 🟨 |
44- | supportsANSIStyling | 🟨 |
44+ | supportsANSIStyling | 🟩 |
4545
4646| Capabilities (Client) | Available |
4747| -------------------------------------| -----------|
5454| supportsMemoryEvent | 🟥 |
5555| supportsArgsCanBeInterpretedByShell | 🟩 |
5656| supportsStartDebuggingRequest | 🟥 |
57- | supportsANSIStyling | 🟨 |
57+ | supportsANSIStyling | 🟩 |
5858
5959* 🟩 Already supported.
6060* 🟨 LuaDebug is not implemented.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ return {
2020 supportsWriteMemoryRequest = true ,
2121 supportsClipboardContext = true ,
2222 supportsExceptionFilterOptions = true ,
23+ supportsANSIStyling = true ,
2324 exceptionBreakpointFilters = {
2425 {
2526 default = false ,
You can’t perform that action at this time.
0 commit comments