I am using VSCodium (an open source version of vscode) with jedi and pyright installed. This leads to function docstrings getting displayed twice (see attached picture), as jedi and pyright both show them.
Is there a way to disable this single feature for jedi without disabling jedi completely?