Skip to content

Commit 1734619

Browse files
committed
Removed temporary code.
1 parent 2c89022 commit 1734619

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/interfaces/DeepCodeInterfaces.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ export type filesForSaveListType = string[];
9393

9494
export type completeFileSuggestionType = ISuggestion & IFileSuggestion & {
9595
uri: string;
96-
// FIXME: add new fields in tsc
97-
categories: Array<string>;
98-
repoDatasetSize: number;
99-
exampleCommitDescriptions: Array<string>;
100-
exampleCommitFixes: Array<{
101-
commitURL: string;
102-
lines: Array<{
103-
line: string;
104-
lineChange: string;
105-
}>
106-
}>
10796
};
10897

10998
export type openedTextEditorType = {

0 commit comments

Comments
 (0)