diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-06 12:36:34 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-06 12:36:34 -0700 |
commit | 4b1945a9e3ed3f06cf3f2ed0f3e6497ee386f007 (patch) | |
tree | e85c74e604fcc14e25cf1862228639e89e54faee /extension | |
parent | f495205ad623162b6a20ddb409e70b0ba5c07214 (diff) | |
download | sncontinue-4b1945a9e3ed3f06cf3f2ed0f3e6497ee386f007.tar.gz sncontinue-4b1945a9e3ed3f06cf3f2ed0f3e6497ee386f007.tar.bz2 sncontinue-4b1945a9e3ed3f06cf3f2ed0f3e6497ee386f007.zip |
shortening api key msg
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, }); |