We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6b842 commit c1956b8Copy full SHA for c1956b8
build/azure-pipelines/upload-nlsmetadata.js
@@ -20,6 +20,7 @@ function main() {
20
.pipe(merge({
21
fileName: 'combined.nls.metadata.json',
22
jsonSpace: '',
23
+ concatArrays: true,
24
edit: (parsedJson, file) => {
25
if (file.base === 'out-vscode-web-min') {
26
return { vscode: parsedJson };
build/azure-pipelines/upload-nlsmetadata.ts
@@ -33,6 +33,7 @@ function main(): Promise<void> {
33
34
35
36
37
38
39
0 commit comments