Skip to content

Commit

Permalink
启动游戏时创建 .log 文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jul 26, 2024
1 parent 5d830fe commit bd52fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/launchGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class GameLauncher {
return false;
}

await vscode.workspace.fs.createDirectory(vscode.Uri.joinPath(env.scriptUri!, '.log'));
await this.runPlugin();

let args = [];
Expand Down

0 comments on commit bd52fb4

Please sign in to comment.