From 0b19ccaea4ea36a3bdda97ce93b1a6a9758da038 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 12 Jun 2023 14:54:51 -0700 Subject: fixing feedback on dlt recipes --- extension/src/continueIdeClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/src/continueIdeClient.ts') diff --git a/extension/src/continueIdeClient.ts b/extension/src/continueIdeClient.ts index bbaf5f08..42671ade 100644 --- a/extension/src/continueIdeClient.ts +++ b/extension/src/continueIdeClient.ts @@ -176,7 +176,7 @@ class IdeProtocolClient { // If not, ask user for secret while (typeof secret === "undefined" || secret === "") { secret = await vscode.window.showInputBox({ - prompt: `Enter secret for ${key}`, + prompt: `Enter secret for ${key}. You can edit this later in the Continue VS Code settings.`, password: true, }); } -- cgit v1.2.3-70-g09d2