I wonder how to reload Python package after pip install in Visual Studio Code?
pip install package-Apip listpackage-A does not existIs the only way to restart?
The best answer I've found is to use Developer: Reload Window in the command palette like @rioV8 suggested. You can either use the command palette or you can change the key mappings as described here.
There's already a Ctrl + R key mapping for reloading the window, but it's got a 'when' condition attached to it so I changed that to true. I also had to delete key mappings for other extensions so there was no overlap.
ctrl+shift+p and choose "Developer: Reload with extentions disabled"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With