Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.101.1 OS Version: Windows_NT x64 10.0.19045 I am using a class to modify the docstring of python functions and classes.
Pylint doesn't give missing-function-docstring messages for methods that @override base class methods that have docstrings. This is good. Unfortunately, this doesn't seem to work if the base class is ...