debt:修改软件二进制名称漏掉修改的文件.

This commit is contained in:
chriswang521 2024-05-15 13:57:27 +08:00 committed by wangpenglong
parent 37d1ae3411
commit f77db38bc0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {