-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I set up a new environment on Windows. I have aider working on the command line. In aider-chat, I was able to install successfully. When I add a file and ask a question, nothing happens. I tried both with and without the "@" reference. The aider command line work both inside and outside of a virtual environment. The python binary configured in VSC is the virtual environment one.
python -m pip --version
pip 24.3.1 from C:\Users\jcald\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip (python 3.12)
aider --version
aider 0.76.2
VSC Settings:
{
"aider-composer.pythonPath": "C:\\Users\\jc\\.venv\\Scripts",
"python.venvPath": "C:\\Users\\jc",
"python.defaultInterpreterPath": "C:\\Users\\jc\\.venv\\Scripts",
"aider.customModels": {
}
}
Metadata
Metadata
Assignees
Labels
No labels