Skip to content

Commit dd0ed93

Browse files
fix accidental removal of desktop strings (microsoft#158330)
1 parent 6282242 commit dd0ed93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ gulp.task(task.define(
423423
const pathToSetup = 'build/win32/i18n/messages.en.isl';
424424

425425
return es.merge(
426-
gulp.src([pathToRehWebMetadata]).pipe(merge({
426+
gulp.src([pathToMetadata, pathToRehWebMetadata]).pipe(merge({
427427
fileName: 'nls.metadata.json',
428428
jsonSpace: '',
429429
concatArrays: true

0 commit comments

Comments
 (0)