Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vscode] Add 'Manual Fix' Message when Installing Dependencies fails (l…
…astmile-ai#1361) [vscode] Add 'Manual Fix' Message when Installing Dependencies fails This diff modifies the Information Message that is shown when Installing Dependencies fails. - Add a Fix Manually which then shows the user a command to pip install, that they can copy to clipboard - Rename: - - `Retry Install Dependencies` -> `Retry` - - `Select Interpreter` -> `Change Interpreter` ## Testplan Manually Modified the Pip Install spawn process to run `const pipInstall = spawn("sh", ["-c", "exit 1"]);` which will automatically exit with error. https://github.com/lastmile-ai/aiconfig/assets/141073967/6a7b8d6f-5d26-40c6-9696-235e713fed93 RFC: Wording =)
- Loading branch information