mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-19 14:30:52 -07:00
Shorten temp directory (#17901)
This commit is contained in:
@@ -895,6 +895,8 @@ export class Config {
|
||||
}
|
||||
this.initialized = true;
|
||||
|
||||
await this.storage.initialize();
|
||||
|
||||
// Add pending directories to workspace context
|
||||
for (const dir of this.pendingIncludeDirectories) {
|
||||
this.workspaceContext.addDirectory(dir);
|
||||
|
||||
Reference in New Issue
Block a user