integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
87 stars 13 forks source link

Add support for clearing file issues in VSCode #23

Closed fourls closed 7 months ago

fourls commented 7 months ago

This PR adds a new Clear All Issues In This File command to the VSCode companion, which does what it says on the box. It also fixes a bug that would cause files that had been previously analyzed to not have their issues cleared if the second analysis returned zero issues.