-
Notifications
You must be signed in to change notification settings - Fork 704
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugissuesverifiedVerification succeededVerification succeeded
Milestone
Description
Testing #7423
- Configure issue query as follows
"githubIssues.queries": [
{
"label": "My Issues",
"query": "is:open assignee:${user} repo:${owner}/${repository}",
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Recent Issues",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
}
]
- Expect that triggering a issue suggestion would populate based on the order of queries from the above setting
- Actual don't see a pattern to the populated suggestion list
Copilot
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugissuesverifiedVerification succeededVerification succeeded