최근 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
}