Skip to content

Not working on VSCode Workspaces #7038

Closed
@Ardrete

Description

@Ardrete
  • Extension version: Since 104.0
  • VSCode Version: 1.101.0
  • OS: Mac OS 15.5 (24F74)
  • Repository Clone Configuration (single repository/fork of an upstream repository):
  • Github Product (Github.com/Github Enterprise version x.x.x): GitHub Enterprise Server 3.14.9

Since version 104.0 the Pull Request View panel started to failing to fetch the right queries for every repo, causing a mix of result between different repositories. It's like it was losing the context of the workspace selected and start to fetch from multiples repos at the same time which leaves the Pull Request view panel on an uncertain state.

Steps to Reproduce:

  1. Create a VSCode Workspace using multiple repositories on the same Github Server
  2. Set the next config for your pull requests queries
    "githubPullRequests.queries": [
    {
    "label": "Waiting For My Review",
    "query": "is:open review-requested:@me"
    },
    {
    "label": "Assigned To Me",
    "query": "is:open assignee:@me"
    },
    {
    "label": "Created By Me",
    "query": "is:open author:@me"
    },
    {
    "label": "Reviewed By Me",
    "query": "is:open reviewed-by:@me -author:@me"
    },
    {
    "label": "Not Approved by Me",
    "query": "is:open -review:approved reviewed-by:@me -author:@me"
    },
    {
    "label": "My Merged PRs",
    "query": "is:closed is:merged sort:created-desc author:@me"
    },
    {
    "label": "Merged PRs",
    "query": "is:closed is:merged sort:created-desc -author:@me"
    }
    ],
  3. Expand a query on the Pull Request view, for example Merged PRs on one of the repos
  4. Expand the same query but another repo
  5. You will see a mix of queries of both repos in the same query, result from repo 1 and repo 2 for the same query

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions