Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Kamilake/a9b6a38ce3b47e186bcb617941f87c6f to your computer and use it in GitHub Desktop.

Select an option

Save Kamilake/a9b6a38ce3b47e186bcb617941f87c6f to your computer and use it in GitHub Desktop.
VSCode 구버전 다운로드 URL 구하는 방법

최근 200개 릴리스 버전 커밋 ID 구하는 API:

https://update.code.visualstudio.com/api/commits/QUALITY/PLATFORM

예시:

https://update.code.visualstudio.com/api/commits/insider/win32-x64
https://update.code.visualstudio.com/api/commits/insider/darwin
https://update.code.visualstudio.com/api/commits/stable/darwin

해당 버전 메타데이터 가져오는 API:

https://update.code.visualstudio.com/api/versions/commit:COMMIT_ID/PLATFORM/QUALITY

예시:

https://update.code.visualstudio.com/api/versions/commit:183159e2b33bd31518b95c8a06372ff56645556f/win32-x64/insider
{
  "url": "https://vscode.download.prss.microsoft.com/dbazure/download/insider/183159e2b33bd31518b95c8a06372ff56645556f/VSCodeSetup-x64-1.122.0-insider.exe",
  "name": "1.122.0-insider",
  "version": "183159e2b33bd31518b95c8a06372ff56645556f",
  "productVersion": "1.122.0-insider",
  "hash": "f4792319390ee79cc3152dce292bccfcbce871df",
  "timestamp": 1779771822694,
  "sha256hash": "bf86c1dedfc808cdb9df4b0c749de18c6df7dcc483d34c9acbfe4131b0f6b2f2",
  "supportsFastUpdate": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment