Update sqlite (#15973)

This commit is contained in:
Charles Gagnon
2021-07-01 15:44:54 -07:00
committed by GitHub
parent 225788a121
commit e8ba89750b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "azuredatastudio", "name": "azuredatastudio",
"version": "1.31.0", "version": "1.31.0",
"distro": "9eab1e6d6180c1a560a4a50eb9e6e99641549329", "distro": "9c5f9c1fe9efe543ee235b94d5fdc57553c2d271",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },

View File

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