Module MarkerDataDTO

Module MarkerDataDTO 

Source
Expand description

§MarkerDataDTO

Defines the Data Transfer Object for a single diagnostic marker (e.g., an error or warning).

Structs§

MarkerDataDTO
Represents a single diagnostic marker, such as a compiler error or a linter warning. This structure is compatible with VS Code’s IMarkerData interface and is used by the Diagnostic service.