Every time I install a Python library using pip (e.g. pip install requests) I have to reload Visual Studio Code, so it starts scanning installed libraries (even when using the pip install-command from within the VS-Code-activated shell).
If I don't do this I don't have "Intellisense" for that library and the imports just show a squiggle with unresolved imports.
Is there a way to reload my Python libraries without having to reload the window (Command Palette > Reload Window)?