Skip to content
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

Query fails when trying to get "is:closed is:unmerged" #5801

Open
mindcloud69 opened this issue Mar 4, 2024 · 3 comments
Open

Query fails when trying to get "is:closed is:unmerged" #5801

mindcloud69 opened this issue Mar 4, 2024 · 3 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@mindcloud69
Copy link

mindcloud69 commented Mar 4, 2024

Type: Bug

I noticed that you have tried to squash this bug several times. I have tried with the release and prerelease versions.

My query is:

                            {
                                "label": "Closed & Unmerged",
                                "query": "is:closed is:unmerged"
                            },
                            {
                                "label": "Closed",
                                "query": "is:closed"
                            }

It Occurs with both.

This is the error that pops up:
Element with id Closed & Unmergedhttps://github.com/netbox-community/devicetype-library/pull/1924 is already registered

This is the error in the console:

workbench.desktop.main.js:sourcemap:769 Error: Element with id Closed & Unmergedhttps://github.com/netbox-community/devicetype-library/pull/1924 is already registered
    at n.db (f:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:141:69226)
    at f:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:141:68020
    at async Promise.all (index 10)
    at n.Y (f:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:141:67887)
    at n.getChildren (f:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:141:64179)

Extension version: 0.79.2024011609
VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z)
OS version: Windows_NT x64 10.0.19045
Modes:

@alexr00 alexr00 added the bug Issue identified by VS Code Team member as probable bug label Mar 11, 2024
@alexr00 alexr00 added this to the March 2024 milestone Mar 11, 2024
@alexr00 alexr00 self-assigned this Mar 11, 2024
@alexr00 alexr00 modified the milestones: March 2024, April 2024 Mar 26, 2024
@alexr00
Copy link
Member

alexr00 commented Apr 9, 2024

@mindcloud69 I can't reproduce this issue. Can you please try again? Is this in a multi repo workspace, or do you only have one GitHub repo open?

@alexr00 alexr00 removed this from the April 2024 milestone Apr 9, 2024
@alexr00 alexr00 added info-needed Issue requires more information from poster and removed bug Issue identified by VS Code Team member as probable bug labels Apr 9, 2024
@mindcloud69
Copy link
Author

Sorry I missed your request for info. I only have one repo open.

https://github.com/netbox-community/devicetype-library/

Anything else I can do. Is there a way to enable better logging for you?

@muradddd
Copy link

muradddd commented Apr 23, 2024

I also have the same issue @alexr00. When I add custom query it doesn't work in the extension, but the same query works on github's pr search panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants