https://github.com/vscodium/update-api
https://github.com/vscodium/update-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vscodium/update-api
- Owner: VSCodium
- License: mit
- Created: 2019-05-09T16:59:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T21:33:28.000Z (over 2 years ago)
- Last Synced: 2023-10-16T18:52:15.295Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://vscodium.now.sh
- Size: 34.2 KB
- Stars: 16
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# update-api
A small server that VSCodium calls to check for the latest release on GitHub. See the [Auto Update Support project](https://github.com/VSCodium/vscodium/projects/1) and the [original issue](https://github.com/VSCodium/vscodium/issues/41) for more context.
**Note:** Even though the description for the `update.mode` setting in VSCodium says "The updates are fetched from a Microsoft online service", the build script [sets the `updateUrl` field](https://github.com/VSCodium/vscodium/blob/master/prepare_vscode.sh#L36) in `product.json` to https://vscodium.now.sh, so Microsoft's update service isn't actually called.