Skip to content

Commit

Permalink
Remove duplicate TextEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Nov 2, 2024
1 parent 15d57f0 commit 17f075d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/core/src/diagnostic/diagnostic-fix.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { Range } from '../common/range';
import { TextEdit } from '../common/text-edit';
import { Diagnostic } from './diagnostic';

export interface TextEdit {
range: Range;
newText: string;
}

export interface DiagnosticFix {
title: string;
diagnostic: Diagnostic;
Expand Down

0 comments on commit 17f075d

Please sign in to comment.