VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.29k stars 1.02k forks source link

Extension Tab doesn't load #1825

Open mayronH opened 4 months ago

mayronH commented 4 months ago

Describe the bug I followed the Extensions - Marketplace guide to use vscode gallery and on version 1.87.0 the Extensions Tab loads endlessly even without searching, the Insider version works correctly. I also tried to reload disabling extensions.

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

Expected behavior The extension tab at least showing the installed extensions.

Screenshots image

Desktop (please complete the following information):

Sfinx commented 3 months ago

Same here with v1.87.1, Ubuntu 22.04. Moreover - it lost (or does not show) the already installed extensions

mayronH commented 3 months ago

I think is related to the APC extension, funny that even with the > Developer: Reload With Extensions Disabled the bug still occurred.

After updating the bug was gone.

https://github.com/drcika/apc-extension/issues/160

Sfinx commented 3 months ago

I do not use APC extension. The freshly installed v1.87.1 codium works too. The bug have been appeared during upgrade

Sfinx commented 3 months ago

My bad, monkey patch was accidentally enabled. Disabling it fixes the "bug" ;)

daiyam commented 3 months ago

Have you reported the issue to the APC extension? Any PR is welcome to help to fix the issue, if needed.

mayronH commented 3 months ago

Looking at the issues seems to be a known and already fixed problem. I didn't try to look at to the APC Extension before because of the Reload With Extensions Disabled.

Sorry for wasting your time.