Skip to content

Commit 88bde6f

Browse files
committed
rename the temp file for animations
1 parent 7783a7e commit 88bde6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/chat/diffAnimation/streamingDiffController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class StreamingDiffController implements vscode.Disposable {
112112
'vscode.diff',
113113
originalUri,
114114
tempFileUri,
115-
`${fileName}: Original ↔ Amazon Q Changes (Animation Preview)`,
115+
`${fileName}: Original ↔ Amazon Q Changes`,
116116
{
117117
preserveFocus: true,
118118
preview: false,

0 commit comments

Comments
 (0)