applies some code style changes to package control installer powershell scripts
adds some logging messages about progress
simplifies task killing (pkill subl, dropping pkill plugin_host) because the former also kills all sub-processes, which includes plugin_host.
Tweaks install_helper plugin to avoid concurrent tries to install dependencies. Package Control 4 automatically installs all missing libraries at startup. The install_helper, just needs to wait for completion before terminating ST again.
This speeds setting ST & PC up on MacOS runners, significantly.
This PR ...
pkill subl
, droppingpkill plugin_host
) because the former also kills all sub-processes, which includes plugin_host.This speeds setting ST & PC up on MacOS runners, significantly.