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

No Private extensions found seems to just hang #87

Open
henry-megarry opened this issue Aug 22, 2023 · 0 comments
Open

No Private extensions found seems to just hang #87

henry-megarry opened this issue Aug 22, 2023 · 0 comments

Comments

@henry-megarry
Copy link

henry-megarry commented Aug 22, 2023

after debugging some it seems to be hanging on this line https://github.com/joelspadin-garmin/vscode-private-extension-manager/blob/main/extension/src/Registry.ts#L312

I am running verdaccio locally and I am not seeing any traffic hitting it

my properties:

    "privateExtensions.registries": [
        {
            "name": "test",
            "registry": "http://localhost:4873",
            "query": ["test"],
            "enablePagination": false,
            "limit": 10
        }
    ]

curling the search endpoint on my verdaccio server manually I get the expected results

potentially unrelated warning that is showing up for me

(node:38466) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code Helper (Plugin) --trace-deprecation ...` to show where the warning was created)

No output channel "Private Extension Manager" created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant