Skip to content

Commit

Permalink
Merge pull request #2633 from you-n-g/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier authored Dec 15, 2024
2 parents 10b5aaa + 64cf298 commit dab536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/website/docs/usage/watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: Aider can run in your browser, not just on the command line.
If you run aider with `--watch-files`, it will watch all files in your repo
and look for any AI coding instructions you add using your favorite IDE or text editor.

Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?1 like these:
Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?` like these:

```python
# Make a snake game. AI!
Expand Down

0 comments on commit dab536c

Please sign in to comment.