Resolves an issue when the extension would reattach to processes of an application when any Tye application changes (e.g. another application started/stopped). With this change, we now listen for and react only to changes to the watched application.
Also has the debug configuration and watcher use the application's unique ID instead of name to help protect against the case when multiple applications share a name.
Resolves an issue when the extension would reattach to processes of an application when any Tye application changes (e.g. another application started/stopped). With this change, we now listen for and react only to changes to the watched application.
Also has the debug configuration and watcher use the application's unique ID instead of name to help protect against the case when multiple applications share a name.
Related to #103.