-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(debugger): prompt user for target add-on id if not provided and …
…multiple add-ons active in MC. (#185) In an effort to improve the "it just works" scenarios, this PR presents a QuickPickMenu to the user if the targetModuleUUID is not set (or incorrect) and MC has multiple active add-ons. - if a targetModuleUUID is set and MC reports having this plugin, no pop up menu - if target is set and MC does not have this plugin, warn and then show pop with available plugins - if target is not set but there's only 1 active plugin, connect without menu - if target is not set and there are multiple active plugins, show pop up menu
- Loading branch information
1 parent
f724ced
commit 1b6a6d1
Showing
1 changed file
with
105 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters