I use VS Code and the unused parameters of functions are only greyed out, but never reported.
How to report those greyed out warning in the problem explorer?
Currently, thanks to the parameter reportUnusedVariable
in pyright, we can report unused variables, but we cannot report unused parameters.