Skip to content

Commit 7cdb1af

Browse files
atonaamzimykhai
authored andcommitted
feat: adding isInlineEdit to LogInlineCompletionSessionResultsParams
1 parent bcd5ef9 commit 7cdb1af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/inlineCompletionWithReferences.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,8 @@ export interface LogInlineCompletionSessionResultsParams {
110110
* The number of characters of existing code that will be removed by the suggestion if accepted.
111111
*/
112112
deletedCharacterCount?: number
113+
/**
114+
* Flag to indicate this is an edit suggestion rather than a standard inline completion.
115+
*/
116+
isInlineEdit?: boolean
113117
}

0 commit comments

Comments
 (0)