Closed jeffteixeira closed 2 years ago
Looks like open-vsx.org marketplace backend is down.
But it is working on vscodium....
Oh, indeed. That's strange.
I see these errors in console:
Access to XMLHttpRequest at 'https://open-vsx.org/vscode/gallery/extensionquery' from origin 'vscode-file://vscode-app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Looks like we're hitting this issue VSCodium/vscodium#746. I guess we need to port the workaround from VSCodium?
I believe so...
In the meantime, you can manually apply workaround from https://github.com/VSCodium/vscodium/issues/746#issuecomment-881049046
I made two changes to the ~/.vscode-oss/argv.json
file: I changed enable-crash-reporter
to false
(https://github.com/flathub/com.visualstudio.code-oss/issues/51#issuecomment-895094559) and added the line "enable-browser-code-loading": false
. The extensions tab is working again.
Any fix in sight for this issue?
@gasinvein what if I use the VSC marketplace? Would I still get this issue?
If not, any idea how to set that up here?
@VarLad I guess not. See comments in #11 for hints.
Think this is fixed
I believe this is resolved. Reopen if still occurs for you.
It is not being possible to install any extension.