Skip to content

Suggest adding resourceUrlTemplate to wiki #1561

@Amar1729

Description

@Amar1729

We were running into 404 errors in VSCode network.log on start, after modifying product.json. Updating the resourceUrlTemplate fixed these issues. Looks like support was added a while back (related issue #432). We ended up actually finding the fix from these issues on the GitLab fork of VSCode:

Suggest updating the wiki page's to include the following:

    "resourceUrlTemplate": "https://open-vsx.org/api/{publisher}/{name}/{version}/file/{path}"

Weirdly, this field is kind of optional - VSCode can still connect to, install from, and search the OpenVSX marketplace. However this setting gets ride of a lot of the 404's that pop up in the log that seem to be related to searching for auto-updates or fetching resources of installed extensions.

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