joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

No Private extensions found seems to just hang #87

Open henry-megarry opened 1 year ago

henry-megarry commented 1 year ago

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