diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/src/continueIdeClient.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/continueIdeClient.ts b/extension/src/continueIdeClient.ts index 90547edc..e6966f41 100644 --- a/extension/src/continueIdeClient.ts +++ b/extension/src/continueIdeClient.ts @@ -264,7 +264,7 @@ class IdeProtocolClient { // If not, ask user for secret secret = await vscode.window.showInputBox({ - prompt: `Enter secret for ${key}, OR press enter to try for free. You can edit this later in the Continue VS Code settings.`, + prompt: `Either enter secret for ${key} or press enter to try Continue for free.`, password: true, }); |