Skip to content

Issue suggestion not respecting the order of queries #7442

@deepak1556

Description

@deepak1556

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

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugissuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions