maziac / DeZog

Visual Studio Code Debugger for Z80/ZX Spectrum.
MIT License
212 stars 35 forks source link

DeZog not found in marketplace #11

Closed Duefectu closed 4 years ago

Duefectu commented 4 years ago

Describe the bug When I type "DeZog" on VSCode 1.43.0: "No extensions found"

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Extension"
  2. Type on seach box DeZog
  3. Result: "No extensions found"

Expected behavior The extension DeZog to install

Screenshots image

Version etc. (please complete the following information):

Additional context none

kborowinski commented 4 years ago

As a workaround you can download the latest version from here (it's in the assets).

maziac commented 4 years ago

I'm not sure when I will release the next time to the marketplace, could be soon or later. So best is to update from the link above.

Duefectu commented 4 years ago

The correct name to search is "maziac" or "Z80 debugger", Maybe updating the install instructions: "In Visual Studio Code simply install "DeZog" (maziac.dezog) from the Marketplace."

maziac commented 4 years ago

DeZog v1.1.0 is now available in the market place.

niel commented 3 years ago

I am unable to install from the market place too. None of the instruction for doing so in VS Code even show it as being available. I'm using Manjaro Linux and have tried both the AUR version and building Code myself. Is there some dependency that might be missing?

maziac commented 3 years ago

Just checked (on mac): Bildschirmfoto 2021-05-12 um 17 35 36 I.e. the extension should be there.

Are you able to see any other extension. Maybe the marketplace is not working at all in your installation.

niel commented 3 years ago

When I build the dev version, nothing there. The AUR version (Code - OSS 1.55.2-1) definitely has extensions available, just not Dezog. I can see it fine if I visit the marketplace website.

maziac commented 3 years ago

I now also tried Ubuntu (16.04), vscode 1.46.1. No problem. Maybe you can simply try to install from here: https://github.com/maziac/DeZog/releases/tag/v2.2.4

niel commented 3 years ago

I would just like to get the issue identified so I can fix it, as it prevents me even finding extensions through VS Code. I have found a workaround: Use the Marketplace to find an extension, and on the details page download the vsix file and manually install. It's a PITA as it doesn't allow for updating the extension automatically.

maziac commented 3 years ago

Is there maybe a vpn used or a firewall preventing access? I think vscode is using more than just the download link itself.

niel commented 3 years ago

No VPN/Firewall on this computer. My router has a firewall, but should be allowing all out-going requests. Any ports/protocols I should make sure are open?

BTW Not sure if I made it clear, but on the AUR version of VS Code some extensions can be found, just not any of the couple dozen or so of the ones that show up on the Marketplace website when I search for "Z80".

maziac commented 3 years ago

I don't think I can help you with this. Have you considered to contact Microsoft directly?

niel commented 3 years ago

Thanks for taking the time to try helping. I am looking at the VS Code for an appropriate means of asking for help. Their issues seems to be for bugs only, not more general support questions.

niel commented 3 years ago

Turns out the Manjaro build does not use the MS Marketplace. Instead it uses https://open-vsx.org/ hence no responces to a query. :-( Would you consider putting the extension on that market place too?

maziac commented 3 years ago

Actually I'm reluctant to do so. I would like to keep the administrative effort as low as possible for myself. You can always install the extension from the vsix file If you need an alternative.