Update azuredatastudio-sqlite version (#15174)

* update ads-sqlite version

* update distro value
This commit is contained in:
Lucy Zhang
2021-04-16 16:49:47 -04:00
committed by GitHub
parent ca701a7985
commit aa315ae19f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "azuredatastudio",
"version": "1.29.0",
"distro": "1d8bd1032738ec5b6aad0b80551eee7376a617dc",
"distro": "4a6a8dea5e72ce892b5fc16c2cec0c43a3775f7b",
"author": {
"name": "Microsoft Corporation"
},

View File

@@ -31,7 +31,7 @@ const PLATFORM = '${PLATFORM}';
const RUNTIME = '${RUNTIME}';
const VERSION = '${VERSION}';
const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.1.0/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.1.1/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
export async function setup(app: ApplicationOptions): Promise<void> {
console.log('*** Downloading test extensions');