concat arrays instead of replace because we want all items in the array (#155228)

This commit is contained in:
Tyler James Leonhardt
2022-07-14 12:57:48 -07:00
committed by GitHub
parent 4b6b842d03
commit c1956b8cce
2 changed files with 2 additions and 0 deletions
@@ -20,6 +20,7 @@ function main() {
.pipe(merge({
fileName: 'combined.nls.metadata.json',
jsonSpace: '',
concatArrays: true,
edit: (parsedJson, file) => {
if (file.base === 'out-vscode-web-min') {
return { vscode: parsedJson };
@@ -33,6 +33,7 @@ function main(): Promise<void> {
.pipe(merge({
fileName: 'combined.nls.metadata.json',
jsonSpace: '',
concatArrays: true,
edit: (parsedJson, file) => {
if (file.base === 'out-vscode-web-min') {
return { vscode: parsedJson };