From 784c00cd693d43ac77059ecf7dd01ac46e9856d6 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Mon, 18 Sep 2023 17:16:36 -0700 Subject: updating placeholder text and color (#486) --- extension/src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/src') 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) { -- cgit v1.2.3-70-g09d2