change default codeExec to 'code-insiders'

This commit is contained in:
Johannes Rieken 2016-09-13 19:15:37 +02:00
Родитель 9746163242
Коммит d141fb0b3b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ module.exports = generators.Base.extend({
constructor: function () {
generators.Base.apply(this, arguments);
this.argument('codeExec', { type: String, defaults: 'code', optional: true });
this.argument('codeExec', { type: String, defaults: 'code-insiders', optional: true });
this.ctx = Object.create(null);
},