We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c89022 commit 1734619Copy full SHA for 1734619
1 file changed
src/interfaces/DeepCodeInterfaces.ts
@@ -93,17 +93,6 @@ export type filesForSaveListType = string[];
93
94
export type completeFileSuggestionType = ISuggestion & IFileSuggestion & {
95
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
107
};
108
109
export type openedTextEditorType = {
0 commit comments