mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
concat arrays instead of replace because we want all items in the array (#155228)
This commit is contained in:
committed by
GitHub
parent
4b6b842d03
commit
c1956b8cce
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user