microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

Reattach only when related application changes #113

Closed philliphoff closed 3 years ago

philliphoff commented 3 years ago

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.