Expand description
§MarkerDataDTO
Defines the Data Transfer Object for a single diagnostic marker (e.g., an error or warning).
Structs§
- Marker
DataDTO - Represents a single diagnostic marker, such as a compiler error or a linter
warning. This structure is compatible with VS Code’s
IMarkerDatainterface and is used by the Diagnostic service.