Skip to content

Commit

Permalink
插件初始化时自动生成CSV表
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 11, 2024
1 parent 3fc5643 commit 23cc3d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ class Helper {
} catch {}
}

// 初始化CSV表
let csvImporter = new CSVimporter(this.env);
await csvImporter.importCSVFromOrderFolder();

// 打开项目
this.context.globalState.update("NewProjectPath", scriptUri.fsPath);
await vscode.commands.executeCommand('vscode.openFolder', scriptUri);
Expand Down

0 comments on commit 23cc3d5

Please sign in to comment.