格式化

This commit is contained in:
Pan Qiancheng 2024-10-23 15:05:04 +08:00
parent 76fc081cbf
commit b99bbf8893
1 changed files with 1 additions and 2 deletions

View File

@ -225,7 +225,7 @@ export function createFileWatcher(context: vscode.ExtensionContext) {
disposeComponentWatcher = () => {
cpns();
pages();
}
};
});
// 监控entities目录只在新增或者删除的时候更新ProjectEntityList
@ -253,7 +253,6 @@ export function createFileWatcher(context: vscode.ExtensionContext) {
);
});
// 监控所有的**/locales目录如果发生变化则重新解析locales
let disposeLocaleWatcher: (() => void) | null = null;