# 配置文件
什么时候需要
当一个项目拥有多个模块时,vscode的系统配置是针对全局的,此时就需要优先级更高的独立配置文件
# 生成
为什么增加此功能
方便用户在不清楚配置的情况下增加配置文件
# 配置详情
richierc.json
中的所有配置见配置列表
{
"defaultLocalesPath": "src/locales",
"i18nValueHover": true,
"langFile": "zh-cn.json",
"modulePrefixFoUpdateJson": "",
"notAlertBeforeUpdateI18n": false,
"parentDirLevel": 1,
"puidType": "short"
}
← 插件配置