debt:修改软件二进制名称漏掉修改的文件.
This commit is contained in:
parent
37d1ae3411
commit
f77db38bc0
|
@ -20,7 +20,7 @@ const root = path.dirname(path.dirname(__dirname));
|
|||
const productjson = JSON.parse(fs.readFileSync(path.join(__dirname, '../../product.json'), 'utf8'));
|
||||
const builtInExtensions = productjson.builtInExtensions || [];
|
||||
const webBuiltInExtensions = productjson.webBuiltInExtensions || [];
|
||||
const controlFilePath = path.join(os.homedir(), '.kylin-ide-dev', 'extensions', 'control.json');
|
||||
const controlFilePath = path.join(os.homedir(), '.kylin-code-dev', 'extensions', 'control.json');
|
||||
const ENABLE_LOGGING = !process.env['VSCODE_BUILD_BUILTIN_EXTENSIONS_SILENCE_PLEASE'];
|
||||
function log(...messages) {
|
||||
if (ENABLE_LOGGING) {
|
||||
|
|
Loading…
Reference in New Issue