Restore the SQL Server 2019 notebook download (#20979)

* Restore the SQL Server 2019 notebook download

* try updating task

* add SQL CARBON EDIT

Co-authored-by: Karl Burtram <karlb@microsoft.com>
This commit is contained in:
Hai Cao
2022-10-26 12:12:23 -07:00
committed by GitHub
parent 15b7c814f6
commit ef29f3d693
2 changed files with 7 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ const cleanExtensionsBuildTask = task.define('clean-extensions-build', util.rimr
const compileExtensionsBuildTask = task.define('compile-extensions-build', task.series(
cleanExtensionsBuildTask,
task.define('bundle-extensions-build', () => ext.packageLocalExtensionsStream(false).pipe(gulp.dest('.build'))),
task.define('bundle-marketplace-extensions-build', () => ext.packageMarketplaceExtensionsStream(false).pipe(gulp.dest('.build'))),
task.define('bundle-marketplace-extensions-build', () => { ext.packageMarketplaceExtensionsStream(false).pipe(gulp.dest('.build')) }), // {{SQL CARBON EDIT}}
));
gulp.task(compileExtensionsBuildTask);

View File

@@ -92,5 +92,11 @@
"serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json"
},
"builtInExtensions": [
{
"version": "1.61.0",
"name": "Microsoft.sqlservernotebook",
"version": "0.5.0",
"repo": "https://github.com/microsoft/azuredatastudio"
}
]
}