mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
fix: Disable complete_while_typing in prompt_session
This commit is contained in:
parent
e10ef8b9e0
commit
72aed0d26d
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ class InputOutput:
|
||||||
res = self.prompt_session.prompt(
|
res = self.prompt_session.prompt(
|
||||||
question,
|
question,
|
||||||
style=style,
|
style=style,
|
||||||
|
complete_while_typing=False,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
res = input(question)
|
res = input(question)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue