Skip to content

Commit ca929a0

Browse files
committed
make vscode-darwin-snapshots run on minified code, #28492
1 parent 779aca2 commit ca929a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.vscode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ function snapshotTask(platform, arch) {
415415
}
416416
}
417417

418-
gulp.task('vscode-darwin-snapshots', ['vscode-darwin'], snapshotTask('darwin', undefined));
418+
gulp.task('vscode-darwin-snapshots', ['vscode-darwin-min'], snapshotTask('darwin', undefined));
419419

420420

421421
// Transifex Localizations

0 commit comments

Comments
 (0)