Skip to content

VSCode predefined variable not supported #95

Description

@pliski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions