Skip to content

Commit 9eacd4f

Browse files
committed
fix(amazonq): Remove warning on empty inputs to inline chat
1 parent 6ce3832 commit 9eacd4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/src/inlineChat/controller/inlineChatController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export class InlineChatController {
191191
})
192192
.then(async (query) => {
193193
if (!query || query.trim() === '') {
194-
void vscode.window.showWarningMessage('Amazon Q: Instructions for cannot be empty')
195194
return
196195
}
197196

0 commit comments

Comments
 (0)