diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-06 12:39:20 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-06 12:39:20 -0700 |
commit | 28e82597ed21501c69a0c851436e4c4228694fe8 (patch) | |
tree | d566a7abdd9224c32d4ce2d53fe0f9fdd9ff08b0 /extension/src | |
parent | a6935256795ccb63d8cbd4e0677d117efd4c6d9d (diff) | |
parent | 4b1945a9e3ed3f06cf3f2ed0f3e6497ee386f007 (diff) | |
download | sncontinue-28e82597ed21501c69a0c851436e4c4228694fe8.tar.gz sncontinue-28e82597ed21501c69a0c851436e4c4228694fe8.tar.bz2 sncontinue-28e82597ed21501c69a0c851436e4c4228694fe8.zip |
Merge branch 'main' of https://github.com/continuedev/continue
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, }); |