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
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.
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