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.
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.