Daniel Vidal Giménez

Results 4 comments of Daniel Vidal Giménez

> I just wanted to give a brief plug to my newly minted [VSCode Extension for Aider](https://marketplace.visualstudio.com/items?itemName=MattFlower.aider). The extension follows in the footsteps of @joshuavial's neovim plugin in terms of...

I don't know how to write VS Code extensions, but I will take a look at your repo just in case I can help, thanks :)

Hi @MattFlower :) I take a look at your code and I can't see any problem Do you know if there is any way to debug a VS Code extension...

Hi @MattFlower, did you see that page ? https://stackoverflow.com/questions/74059732/execute-command-by-creating-terminal-vscode-extension-api Did you try something as simple as change ? this._terminal.sendText(`/add ${this.getRelativeDirectory(filePath)}`); to this._terminal.sendText(`/add ${this.getRelativeDirectory(filePath)}`, true); Could you check ? I don't...