codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 20 forks source link

Feature request: Remove filtered problems from program source #82

Closed p-behr closed 2 years ago

p-behr commented 2 years ago

The problems in the program are marked right in the source code (which is rather handy!). image

Perhaps there's a way to remove the annotations from the source if the problems are being filtered? image

SJLennon commented 2 years ago

@p-behr Have you tried using the Filter icon, per the help document: https://halcyon-tech.github.io/vscode-ibmi/#/?id=compile-errors.

worksofliam commented 2 years ago

This is controlled by VS Code and not something the extension has control over. That's a shame because I like this idea.