mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
don't ignore mixin setting
This commit is contained in:
@@ -139,10 +139,10 @@ gulp.task('mixin', function () {
|
||||
|
||||
var quality = process.env['VSCODE_QUALITY'];
|
||||
|
||||
// if (!quality) {
|
||||
// console.log('Missing VSCODE_QUALITY, skipping mixin');
|
||||
// return;
|
||||
// }
|
||||
if (!quality) {
|
||||
console.log('Missing VSCODE_QUALITY, skipping mixin');
|
||||
return;
|
||||
}
|
||||
|
||||
var url = 'https://github.com/' + repo + '/archive/master.zip';
|
||||
var opts = { base: '' };
|
||||
|
||||
Reference in New Issue
Block a user