Visual Studio Code extension not found?

Hi,
I developed an extension for VS Code and published it on the Marketplace. It's available there. However, when I try to download it in Visual Studio Code and search for it via the Extensions bar, it can't be found. Does it take a while?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Bellbellbell
1 year ago

Do you use ArchLinux or Manjaro? They apparently don’t use the Marketplace anymore. To find your extension, you should also publish it under OpenVSX.

You could otherwise check the Developer Tools under Network to see if the Requests direction Marktplace are also answered with 200 OK.

And did you specify in your extension that it is compatible with the VS Code version you use?

Otherwise, I can’t find out if it takes a while after publishing until the extension is found in VS Code. But actually, that doesn’t make any sense, should it always be the same endpoint to search published extensions via both the website and the Marketplace within VSCode?