mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Feat/bumpelectron22324 (#24497)
* Bump Electron to 22.3.24 * Bump distro * Bump to release version in main.ts * revert bump in this branch * Bump to distro to fix conflict * bump to releaseVersion in main * changed distro to one in branch * Revert "changed distro to one in branch" This reverts commit 60213995a1fd2b9b548790c090c5a57ea363d278. * Revert "Bump to distro to fix conflict" This reverts commit e5119783f835a70fb56d52b8bc2919a311607f6c. * Bump to distro (new) --------- Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
@@ -43,7 +43,7 @@ const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/
|
||||
|
||||
export async function setup(app: ApplicationOptions): Promise<void> {
|
||||
console.log('*** Downloading test extensions');
|
||||
const releaseVersion = '1.13.0';
|
||||
const releaseVersion = '1.14.0';
|
||||
const requestUrl = sqliteUrl.replace(RELEASE_VERSION, releaseVersion).replace(PLATFORM, process.platform).replace(RUNTIME, getRuntime(app.web || app.remote || false)).replace(VERSION, getVersion(app.web || app.remote || false));
|
||||
const zip = await fetch(requestUrl);
|
||||
if (!zip) {
|
||||
|
||||
Reference in New Issue
Block a user