lee88688 / aider-composer

aider's VSCode extension, seamlessly integrated into VSCode
https://marketplace.visualstudio.com/items?itemName=lee2py.aider-composer
Apache License 2.0
42 stars 5 forks source link

Install issue on mac #15

Open Bigsy opened 1 day ago

Bigsy commented 1 day ago

As the extension appears hardcoded to python (mine is python3) on mac I created a venv with aider-chat and flask in. I can move to that dir and aider runs fine from the terminal.

In the extension I have pointed it to the bin folder in that venv which has python in but the extension reports from the following uncaught error: aider-chat service exited with code 2 and signal null

lee88688 commented 1 day ago

In the aider composer output at vscode you can find the start comamnd. And you can use it in your terminal to have a try. Since I don't have mac so I may not debug this locally.