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 | d24071fea080e6555e51bd516476c1a733975634 (patch) | |
tree | 4d914f4539c0e2600937cfe5bd4a46118c82c144 /extension/src | |
parent | 9017dce91c5adf6d089bd7bc88480a4e1befba65 (diff) | |
download | sncontinue-d24071fea080e6555e51bd516476c1a733975634.tar.gz sncontinue-d24071fea080e6555e51bd516476c1a733975634.tar.bz2 sncontinue-d24071fea080e6555e51bd516476c1a733975634.zip |
shortening api key msg
Diffstat (limited to 'extension/src')
-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, }); |