mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix mixin
This commit is contained in:
@@ -55,7 +55,7 @@ function main() {
|
|||||||
fancyLog(ansiColors.blue('[mixin]'), 'Inheriting OSS built-in extensions', builtInExtensions.map(e => e.name));
|
fancyLog(ansiColors.blue('[mixin]'), 'Inheriting OSS built-in extensions', builtInExtensions.map(e => e.name));
|
||||||
}
|
}
|
||||||
|
|
||||||
return { ...o, builtInExtensions };
|
return { ...ossProduct, ...o, builtInExtensions };
|
||||||
}))
|
}))
|
||||||
.pipe(productJsonFilter.restore)
|
.pipe(productJsonFilter.restore)
|
||||||
.pipe(es.mapSync(function (f) {
|
.pipe(es.mapSync(function (f) {
|
||||||
|
|||||||
Reference in New Issue
Block a user