PinkaminaDianePie / error-gutters

VSCodium (Visual Studio Code) error gutters
Other
18 stars 1 forks source link

Feature request: Comment tag to ignore specific errors #5

Open W1Real opened 1 year ago

W1Real commented 1 year ago

I remember there was an extension that would recommend refactoring, and it was possible to to right click to ignore certain recommendations it would make. I wonder if it would be possible to have it for everything in general.

For example: the specific error "unittest" is possibly unbound by Pylance is annoying, and I know the code will be executed just fine, so I could simply ignore it.