Bump Electron to 22.3.15 (#24554)

This commit is contained in:
Karl Burtram
2023-10-01 13:48:00 -07:00
committed by GitHub
parent 86d0779c87
commit 405122daeb
4 changed files with 8 additions and 8 deletions

View File

@@ -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.14.0';
const releaseVersion = '1.15.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) {