Allow to reload python scripts from VSCode

Hello.
The VSCode integration is very handy, specially the part where you get autocompletion and ability to reload scripts/automations etc directly from the editor.
I think it will be neat to have the ability to also reload the python scripts. currently I need to open a new tab and call the reload python scripts service, which is a bit annoying.

Thanks in advance

I suggest you spend some time learning how to use VSCode.

CTRL+SHIFT+P brings up the command pallet. Search for Home Assistant. You’ll find the service for reloading python scripts there, assuming it’s a normal reload service.

Also, in the future you should request these changes on the Github repo that created the Extension for HA. It is not created or managed by HA.