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

Some extensions cannot be found #109745

Closed
Catoverflow opened this issue Oct 30, 2020 · 4 comments
Closed

Some extensions cannot be found #109745

Catoverflow opened this issue Oct 30, 2020 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@Catoverflow
Copy link

  • VSCode Version: 1.50.1
  • OS Version: 5.9.2-arch1-1

Steps to Reproduce:

  1. Open VSCode
  2. Search for extensions with explicit name like mshr-h.VerilogHDL
    Or use command: ext install mshr-h.VerilogHDL
  3. Says "No extensions found"
    image

Does this issue occur when all extensions are disabled?: Yes

Other extensions such as ftsamoyed.theme-pink-cat-boo won't appear too, though can be downloaded from extension market online and installed via .vsix files. While some other extensions can still be found in search bar like dbaeumer.vscode-eslint.
image

This reoccured after reinstalling the system and vscode. I believe this to be due to some weird configurations or network errors instead of an internal bug, but reinstalling didn't work nor searching the Internet helped. No relavant Q&A was found in forums and thus I've to raise this issue. Any suggestion?

@sandy081
Copy link
Member

/duplicate

#107034

@tamuratak
Copy link
Contributor

Duplicate of #107997 (comment)

@Catoverflow
Copy link
Author

Catoverflow commented Nov 1, 2020

A handy wordaround is to manually edit /usr/share/code/products.json,
and change

"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"

to

"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"

@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@tamuratak @sandy081 @Catoverflow and others