Skip to content

Incorrect /latest API path when using serviceUrl with Open VSX #1283

@LinoyPalas

Description

@LinoyPalas

Hi Open VSX team,

When configuring VS Code to use Open VSX by setting the following in the ״product.json״:

"extensionsGallery": {
  "serviceUrl": "https://open-vsx.org/vscode/gallery"
}

The request sent to retrieve the latest version of an extension looks like this:

https://open-vsx.org/vscode/gallery/vscode/{publisher}/{name}/latest

However, according to the [Open VSX latest documentation], the correct path should be:

https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest

This results in an error, See the attached screenshot for reference.

Image
  • Is this a known issue?
  • Should the registry handle the extra /vscode/ prefix?

Thanks in advance!


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions