Skip to content

Commit 5aaeed8

Browse files
committed
Uses quote block for the loading content instead of the double divider
(#4328, #4489)
1 parent b1b29f4 commit 5aaeed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/explainBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export abstract class ExplainCommandBase extends GlCommandBase {
7777

7878
const metadataWithContext: MarkdownContentMetadata = { ...metadata, context: loadingContext };
7979
const headerContent = getMarkdownHeaderContent(metadataWithContext, this.container.telemetry.enabled);
80-
const loadingContent = `${headerContent}\n\n---\n\n🤖 **Generating explanation...**\n\nPlease wait while the AI analyzes the changes and generates an explanation. This document will update automatically when the content is ready.\n\n*This may take a few moments depending on the complexity of the changes.*`;
80+
const loadingContent = `${headerContent}\n\n> 🤖 **Generating explanation...**\n> Please wait while the AI analyzes the changes and generates an explanation. This document will update automatically when the content is ready.\n>\n> *This may take a few moments depending on the complexity of the changes.*`;
8181

8282
// Open the document immediately with loading content
8383
const documentUri = this.container.markdown.openDocument(

0 commit comments

Comments
 (0)