Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Sep 16, 2024
1 parent 090ec63 commit 9220dbe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vs/workbench/contrib/chat/common/chatCodeMapperService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@

import { CancellationToken } from '../../../../base/common/cancellation.js';
import { IDisposable } from '../../../../base/common/lifecycle.js';
import { IRange } from '../../../../base/common/range.js';
import { URI } from '../../../../base/common/uri.js';
import { TextEdit } from '../../../../editor/common/languages.js';
import { createDecorator } from '../../../../platform/instantiation/common/instantiation.js';

export interface DocumentContextItem {
readonly uri: URI;
readonly version: number;
readonly ranges: IRange[];
}

export interface ICodeMapperResponse {
textEdit: (textEdit: TextEdit, resource: URI) => void;
Expand Down

0 comments on commit 9220dbe

Please sign in to comment.