Skip to content

Commit 9d02fbb

Browse files
authored
fix: add reason to logging schema (#708)
## Problem We need a boolean to differentiate explicit and implicit reject ## Solution Add a generic attribute reason to logging schema <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8dc085a commit 9d02fbb

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
@@ -144,4 +144,8 @@ export interface LogInlineCompletionSessionResultsParams {
144144
* List of diagnostic removed after inline completion completion acceptence.
145145
*/
146146
removedDiagnostics?: IdeDiagnostic[]
147+
/**
148+
* Generic logging reason
149+
*/
150+
reason?: string
147151
}

0 commit comments

Comments
 (0)