mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Bump Electron to 13.6.6 (#18940)
* Bump Electron to 13.6.6 * Bump azuredatastudio-sqlite version in smoke tests
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.7.0';
|
||||
const releaseVersion = '1.8.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