提交 f50d9efb 编写于 作者: J Joao Moreno

renames

上级 c0770256
......@@ -45,8 +45,8 @@ export interface IProductConfiguration {
}
const rootPath = path.dirname(uri.parse(require.toUrl('')).fsPath);
const packageJsonPath = path.join(rootPath, 'product.json');
const product = require.__$__nodeRequire(packageJsonPath) as IProductConfiguration;
const productJsonPath = path.join(rootPath, 'product.json');
const product = require.__$__nodeRequire(productJsonPath) as IProductConfiguration;
if (process.env['VSCODE_DEV']) {
product.nameShort += ' Dev';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册