Gemini CLI PowerShell @ Symbol Lag Issue & Fix #5906
Unanswered
MustafaKemal0146
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running Gemini CLI in PowerShell, I encounter severe input lag whenever I use the @ symbol to specify a file, with each character typed making the lag worse, as if it’s scanning the entire filesystem. This is most likely caused by PowerShell’s IntelliSense path completion trying to index everything after detecting @. A workaround is to temporarily disable path completion in the current session (Set-PSReadLineOption -CompletionQueryItems 0), run Gemini CLI from Command Prompt or WSL/Git Bash instead, or manually type the file path instead of using @ for autocomplete.
Beta Was this translation helpful? Give feedback.
All reactions