diff --git a/gulpfile.js b/gulpfile.js index 26f251cd8a..a4b292c4d0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,7 +25,7 @@ const outDest = 'out'; // For new languages, add { folderName: 'ISO-639-3-Code-for-language', id: 'vscode-locale-id' } to array below // Ex. for Chinese add: { folderName: 'zho', id: 'zh-cn' } /* ************************* ADD NEW LANGUAGES HERE ******************************** */ -const languages = [{folderName:'fra', id:'fr'}]; +const languages = []; /* ********************************************************************************* */ const cleanTask = function() { return del(['out/**', 'package.nls.*.json', 'vscode-extension-for-zowe*.vsix']);