We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e64c commit 6b4a585Copy full SHA for 6b4a585
packages/amazonq/src/inlineChat/output/computeDiff.ts
@@ -2,7 +2,7 @@
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
-import { type LinesOptions, diffLines, Change } from 'diff'
+import { type LinesOptions, diffLines } from 'diff'
6
import * as vscode from 'vscode'
7
import { InlineTask, TextDiff } from '../controller/inlineTask'
8
0 commit comments