Add opt-in to always prompt for repo for issue creation and add comment to issue file specifying the repo#6115
Conversation
…hint to new issues Signed-off-by: Mike Seese <seesemichaelj@gmail.com>
|
@microsoft-github-policy-service agree |
alexr00
left a comment
There was a problem hiding this comment.
Thanks for the PR! I have some comments.
… URI scheme Signed-off-by: Mike Seese <seesemichaelj@gmail.com>
c9c174f to
6f68dfc
Compare
|
@alexr00 It got a little more complex, but now |
|
Merge conflict |
|
Thanks for your patience on this! I'll look at it next week when we start our annual clean up iteration. |
and polish + Fix some bugs
There was a problem hiding this comment.
@mikeseese, I had some significant changes I wanted with regard to the URI related opterations and schemes. Rather than make you go through more back and forth to make changes that are really my own debt, I've pushed the changes to your branch. I plan to merge the PR after we release this week. Thank you for the PR!
|
Sounds good, thanks! |
This PR adds a
githubIssues.alwaysPromptForNewIssueRepoconfig variable that defaults tofalse. When set totrue, if the user creates a new issue via the+button in the side panel, the extensions will always prompt the user for a repo to create the issue for instead of using the current open file. Behavior should not change for creating issues from selection/etc that are supposed to be directly contextual.This PR also adds a comment in the
NewIssue.mdfile telling the user which repo the issue will be created in if it's available:This PR fixes #2099.