In .vscode/settings.json, this was not working:
"aider-composer.pythonPath": "${workspaceFolder}/.venv/bin",
It fails with the error:
[error] Python path does not include python executable, skip starting aider-chat service.
This is working instead:
"aider-composer.pythonPath": ".venv/bin",
Does aider-composer supports VSCode predefined variables?
env details:
- NixOS 25.11,
- Kernel: Linux 6.18.38
- Python 3.11.15
- VSCodium 1.116.02821
In
.vscode/settings.json, this was not working:It fails with the error:
This is working instead:
Does aider-composer supports VSCode predefined variables?
env details: