vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

Code-OSS

Open dzbyr opened this issue 4 years ago • 1 comments

Hello, I want to use this extension on VS code on Linux but I can't fount in the extension search list even this tag "hediet.debug-visualizer".

dzbyr avatar Oct 13 '20 08:10 dzbyr

This is likely because you're on Arch Based distribution, they changed the marketplace to Open VSX in 1.49.1-1, as can be seen in this commit rather than proceeding with the MS Visual Studio Marketplace.

Here are some more details about OpenVSX, its goal, and why it was created

This is why you might've also noticed many other of your extensions are missing and the download count is different, you've got 2 options to resolve this:

  1. Download older version of vscode: sudo pacman -U https://archive.archlinux.org/packages/c/code/code-1.49.0-2-x86_64.pkg.tar.zst
  2. Open an issue on every extension repository which is missing in your extensions tab and ask the maintainers to publish their extension to Open VFX [see this request as an example] (which should be the preferred solution)

For this issue, it means that the creator of this extension should publish the extension to Open VSX, but thankfully this should just be a manner of issuing npx ovsx publish you can also check the full guide for publishing)

ItsDrike avatar Oct 26 '20 12:10 ItsDrike