Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync endpoint for extensionUrlTemplate with MS #1036

Open
mustard-mh opened this issue Nov 11, 2024 · 4 comments · May be fixed by #1037
Open

Sync endpoint for extensionUrlTemplate with MS #1036

mustard-mh opened this issue Nov 11, 2024 · 4 comments · May be fixed by #1037
Assignees

Comments

@mustard-mh
Copy link
Contributor

MS will use new endpoint to get extension update data (PR microsoft/vscode#233322). I can't find similar endpoint on open-vsx

Official example: https://www.vscode-unpkg.net/_gallery/ms-toolsai/jupyter-keymap/latest

@mustard-mh
Copy link
Contributor Author

cc @amvanbaren could you please take a look if you have time 🙏 ? Maybe there's already endpoint but I'm not aware?

@amvanbaren amvanbaren self-assigned this Nov 11, 2024
@amvanbaren
Copy link
Contributor

Hi @mustard-mh, there isn't an endpoint like this. I'll take a look at it.

@amvanbaren
Copy link
Contributor

@mustard-mh bit off-topic, but do you know what the deploymentType field in the response is used for?

@amvanbaren amvanbaren linked a pull request Nov 11, 2024 that will close this issue
@mustard-mh
Copy link
Contributor Author

Hey @amvanbaren 👋 , the deploymentType in the official example is 0. Is this what you want? Btw, there's no such field in vscode source code's interfaces.

{
  "extensionId": "9f6dc8db-620c-4844-b8c5-e74914f1be27",
  ...
  "deploymentType": 0
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants