Added API allows ISV to specify preferred launch mode#1443
Conversation
7d8475c to
800ff55
Compare
Added API to ILaunchConfigurationProvider that provide preferred launch mode ID for specified launch descriptor and launch target. Preferred mode is considered when LaunchBarManger call syncActiveMode(). Preferred mode comes after storedMode, lastActiveMode and comes before hard-coded run, debug, first supported mode.
800ff55 to
580c87e
Compare
|
Hi Mr. @jonahgraham , This PR is ready for review now. Many Thanks! |
|
@betamaxbandit Can you do a first review + approval on this please? If you have no concerns, please go ahead and merge it too. |
betamaxbandit
left a comment
There was a problem hiding this comment.
Hi @DangMinhTam382 ,
LGTM.
Thank you very much for submitting this PR.
Cheers John
Hi @jonahgraham , |
|
Wonderful - Thanks @DangMinhTam382 for the contribution and thanks @betamaxbandit for review.
Thank you - and yes, just 12.5.0 is ideal. |
|
Super! Thanks @betamaxbandit and @jonahgraham for reviewing and merging this PR! |
Added API to ILaunchConfigurationProvider that provide preferred launch mode ID for specified launch descriptor and launch target. Preferred mode is considered when LaunchBarManger call syncActiveMode(). Preferred mode comes after storedMode, lastActiveMode and comes before hard-coded run, debug, first supported mode.