Error GuttersThis is the VSCodium (or Visual Studio Code) version of error gutters available in other text editors, such as Sublime Text or Atom. FeaturesThis extension put gutters to the right from the line of code, containing any diagnostic issue. It uses diagnostics API so it's language and extension agnostic - it's compatible with any extension which provides diagnostics (ESLint for instance) and each line with issues will have own gutter. There are 3 different gutters for each of severity levels - Error, Warning, and Info. Example: Known issuesDue to limitations in the gutter API, it's impossible to have multiple gutters for the line one code, so it may overlap other extensions which use gutters or conflict with breakpoint functionality. |