Skip to content

Commit

Permalink
修正初始化时没有生成物编模板的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 15, 2024
1 parent 7c3f659 commit fbead49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ class Helper {
}

// 初始化CSV表
let csvImporter = new CSVimporter(this.env);
await csvImporter.importCSVFromOrderFolder();
vscode.commands.executeCommand('y3-helper.generateAllTemplateCSV');

// 打开项目
this.context.globalState.update("NewProjectPath", scriptUri.fsPath);
Expand Down

0 comments on commit fbead49

Please sign in to comment.