From b26a4aa5d26f76973859afa4729d2aea548b4eba Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 27 Nov 2023 15:06:55 -0800 Subject: [PATCH] Updated install to reference MattFlower's VSCode plugin #68 --- docs/install.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/install.md b/docs/install.md index 58e0acf9d..938536268 100644 --- a/docs/install.md +++ b/docs/install.md @@ -75,19 +75,21 @@ Installing PortAudio is completely optional, but can usually be accomplished lik ## Add aider to your editor (optional) -[joshuavial](https://github.com/joshuavial) has been working on editor integrations. - ### NeoVim -He provided a NeoVim plugin for aider: +[joshuavial](https://github.com/joshuavial) provided a NeoVim plugin for aider: [https://github.com/joshuavial/aider.nvim](https://github.com/joshuavial/aider.nvim) ### VS Code -He also confirmed that aider works inside a VS Code terminal window, but -found that you should -[run with `--no-pretty` to avoid flickering issues](https://github.com/paul-gauthier/aider/issues/68#issuecomment-1634985231). +joshuavial also confirmed that aider works inside a VS Code terminal window. +Aider detects if it is running inside VSCode and turns off pretty/color output, +since the VSCode terminal doesn't seem to support it well. + +[MattFlower](https://github.com/MattFlower) provided a VSCode plugin for aider: + +[https://marketplace.visualstudio.com/items?itemName=MattFlower.aider](https://marketplace.visualstudio.com/items?itemName=MattFlower.aider) ### Other editors