aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/installation/fetch_artifact_release_info.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite auto-updateAleksey Kladov2020-03-191-77/+0
| | | | | | | | | | | | | | Everything now happens in main.ts, in the bootstrap family of functions. The current flow is: * check everything only on extension installation. * if the user is on nightly channel, try to download the nightly extension and reload. * when we install nightly extension, we persist its release id, so that we can check if the current release is different. * if server binary was not downloaded by the current version of the extension, redownload it (we persist the version of ext that downloaded the server).
* vscode: get release date from release infoVeetaha2020-03-141-0/+3
|
* vscode: wrap non-single-line if body with curlies as per matkladVeetaha2020-02-241-3/+5
|
* add error handling to fetchArtifactReleaseInfo(), throw Error when no ↵Veetaha2020-02-241-19/+37
| | | | artifact found
* Extract client-side loggingAleksey Kladov2020-02-221-1/+2
|
* enforce camel caseAleksey Kladov2020-02-211-0/+1
|
* Migrate to eslintAleksey Kladov2020-02-171-3/+3
|
* vscode: add release tag option to fetchArtifactReleaseInfo()Veetaha2020-02-161-0/+52