summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-06 12:36:34 -0700
committerTy Dunn <ty@tydunn.com>2023-07-06 12:36:34 -0700
commitd24071fea080e6555e51bd516476c1a733975634 (patch)
tree4d914f4539c0e2600937cfe5bd4a46118c82c144 /extension/src
parent9017dce91c5adf6d089bd7bc88480a4e1befba65 (diff)
downloadsncontinue-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.ts2
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,
});