Skip to content

Commit

Permalink
[ez][vscode] Remove Please Try Again Later From Install Dependencie…
Browse files Browse the repository at this point in the history
…s message (lastmile-ai#1363)

[ez][vscode] Remove `Please Try Again Later` From Install Dependencies
message

Title

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with
[ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/1363).
* __->__ lastmile-ai#1363
* lastmile-ai#1361
  • Loading branch information
rossdanlm authored Feb 26, 2024
2 parents db85485 + 6059251 commit 23af387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/src/utilities/pythonSetupUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export async function installRequirements(
console.log(`pip install process exited with code ${code}`);
vscode.window
.showErrorMessage(
`Failed to install dependencies. Pip exited with code ${code}. Please try again later\n`,
`Failed to install dependencies. Pip exited with code ${code}.`,
...["Change Interpreter", "Retry", "Fix Manually"]
)
.then((selection) => {
Expand Down

0 comments on commit 23af387

Please sign in to comment.