We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5ef9 commit 7cdb1afCopy full SHA for 7cdb1af
types/inlineCompletionWithReferences.ts
@@ -110,4 +110,8 @@ export interface LogInlineCompletionSessionResultsParams {
110
* The number of characters of existing code that will be removed by the suggestion if accepted.
111
*/
112
deletedCharacterCount?: number
113
+ /**
114
+ * Flag to indicate this is an edit suggestion rather than a standard inline completion.
115
+ */
116
+ isInlineEdit?: boolean
117
}
0 commit comments