mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fixed adding languages only to non-stable build.
This commit is contained in:
@@ -85,7 +85,7 @@ const BUNDLED_FILE_HEADER = [
|
||||
].join('\n');
|
||||
|
||||
var languages = ['chs', 'cht', 'jpn', 'kor', 'deu', 'fra', 'esn', 'rus', 'ita'];
|
||||
if (product.quality !== 'stable') {
|
||||
if (process.env.VSCODE_QUALITY !== 'stable') {
|
||||
languages = languages.concat(['ptb']); // Add languages requested by the community to non-stable builds
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user