Skip to content

Commit cdf7dfd

Browse files
committed
Uses quote block for the loading content instead of the double divider
(#4328, #4489)
1 parent 0c470e4 commit cdf7dfd

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
@@ -78,7 +78,7 @@ export abstract class ExplainCommandBase extends GlCommandBase {
7878

7979
const metadataWithContext: MarkdownContentMetadata = { ...metadata, context: loadingContext };
8080
const headerContent = getMarkdownHeaderContent(metadataWithContext, this.container.telemetry.enabled);
81-
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.*`;
81+
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.*`;
8282

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

0 commit comments

Comments
 (0)