Skip to content

Commit 53b625b

Browse files
committed
remove
1 parent 7456106 commit 53b625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat/chatStandIn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function chatStandIn(
4949
});
5050

5151
const postButtonMessage = request.prompt === askAgentAboutResourcePrompt ? vscode.l10n.t(`After that, please use \`Ask @azure\` again.`) :
52-
vscode.l10n.t(`After that, please repeat your question.\n\n`);
52+
vscode.l10n.t(`After that, please repeat your question.`);
5353
responseStream.markdown(postButtonMessage);
5454
}
5555

0 commit comments

Comments
 (0)