I just installed MS VS Code and all of the recommended extensions for Python, including Pylance. In every tutorial for OpenCV I see, there are descriptions shown for every single function when I type them or hover my mouse above them.
But as you can see in the images below, I get no description.
The information I get:
The information I would like to get:
In the settings.json I already set languageServer to Pylance.
I also tried uninstalling all the extensions and reinstalled VSCode.

