-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watch-files doesnt consistently trigger #2586
Comments
Thanks for trying aider and filing this issue. The trigger is |
good catch, that is part of the issue. I did do it the right way for most of my testing but wrote up the issue incorrectly. |
I'm also having no luck getting it to trigger. What file extensions will it work in? I'm working in an elixir codebase, so most of mine are either |
My own issue was that Elixir endings were not in the list contained in @lockmeister it looks like |
Maybe it should be clarified in the release notes that the trigger is |
perhaps there could be a default trigger and also a user-defined trigger |
Aider now reminds you how to trigger processing when you add a file with an
|
I can't consistently get aider to trigger using
watch-files
I've tried a few different versions including the examples in https://aider.chat/docs/usage/watch.html (I can get the examples to work).
but I usually can't get it to work. I'm using VSCode as my editor, with aider running in a terminal to the side.
For example, here in a file with a
.sh
extension:function to print files in current dir #!AI
then I hit ctrl-s to save it . Aider prompt refreshes automatically but there is no output.this doesn't work either
#AI: create a function that prints all files in current dir
nor does
echo the username #!AI
Aider version: 0.67.0 ( I just upgraded to master branch
python -m pip install --upgrade git+https://github.com/Aider-AI/aider.git
)Python version: 3.10.12
Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python implementation: CPython
Virtual environment: Yes
OS: Linux 5.15.167.4-microsoft-standard-WSL2 (64bit)
Git version: git version 2.34.1
The text was updated successfully, but these errors were encountered: