We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3820db6 commit cc5912cCopy full SHA for cc5912c
src/activate/handleTask.ts
@@ -7,8 +7,8 @@ export const handleNewTask = async (params: { prompt?: string } | null | undefin
7
let prompt = params?.prompt
8
if (!prompt) {
9
prompt = await vscode.window.showInputBox({
10
- prompt: t("input.task_prompt"),
11
- placeHolder: t("input.task_placeholder"),
+ prompt: t("common:input.task_prompt"),
+ placeHolder: t("common:input.task_placeholder"),
12
})
13
}
14
0 commit comments