summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src')
-rw-r--r--extension/src/commands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts
index 7d190634..479e8db0 100644
--- a/extension/src/commands.ts
+++ b/extension/src/commands.ts
@@ -48,7 +48,7 @@ const commandsMap: { [command: string]: (...args: any) => any } = {
"continue.quickTextEntry": async () => {
const text = await vscode.window.showInputBox({
placeHolder:
- "Ask a question, give instructions, or enter a slash command",
+ "Ask a question or enter a slash command",
title: "Continue Quick Input",
});
if (text) {