-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ExcludeLaunchProfile method to model #1978
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resetting vote because I realized there is still some conversation pending around how suppress launch profile on the DCP side.
Blocked on DCP changes. |
Feedback applied. @karolz-ms Can you double check the usage of the new annotation. Feels pretty simple. Can this change be merged now or does it need to wait for the annotation to be supported in DCP? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
We can merge now. The setting will not be effective until DCP and VS pieces are in place, but it won't do any harm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed a merge conflict.
e3884e5
to
8873c1f
Compare
Fixes #1849
There appears to be two ways to launch a project:
ExcludeLaunchProfile has been added to dotnet watch path by skipping reading launch profile.
I'm guessing ExcludeLaunchProfile needs to be passed to the IDE as an annotation. Does one exist today? What should the name/value be?
Microsoft Reviewers: Open in CodeFlow