Skip to content

Commit

Permalink
feat(audoedit): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov committed Jan 7, 2025
1 parent d033455 commit d036c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vscode/src/autoedits/autoedits-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ describe('AutoeditsProvider', () => {
"contextSummary.prefixChars": 10,
"contextSummary.suffixChars": 0,
"contextSummary.totalChars": 10,
"displayDuration": 100,
"isAccepted": 1,
"isDisjoint": 0,
"isFullyOutsideOfVisibleRanges": 1,
Expand All @@ -126,6 +125,7 @@ describe('AutoeditsProvider', () => {
"recordsPrivateMetadataTranscript": 1,
"source": 1,
"suggestionsStartedSinceLastSuggestion": 1,
"timeFromSuggestedAt": 100,
"triggerKind": 1,
"windowNotFocused": 1,
},
Expand Down Expand Up @@ -167,7 +167,6 @@ describe('AutoeditsProvider', () => {
"contextSummary.prefixChars": 10,
"contextSummary.suffixChars": 0,
"contextSummary.totalChars": 10,
"displayDuration": 100,
"isAccepted": 1,
"isDisjoint": 0,
"isFullyOutsideOfVisibleRanges": 1,
Expand All @@ -183,6 +182,7 @@ describe('AutoeditsProvider', () => {
"recordsPrivateMetadataTranscript": 1,
"source": 1,
"suggestionsStartedSinceLastSuggestion": 1,
"timeFromSuggestedAt": 100,
"triggerKind": 1,
"windowNotFocused": 1,
},
Expand Down Expand Up @@ -238,7 +238,6 @@ describe('AutoeditsProvider', () => {
"contextSummary.prefixChars": 10,
"contextSummary.suffixChars": 0,
"contextSummary.totalChars": 10,
"displayDuration": 375,
"isAccepted": 0,
"isFuzzyMatch": 0,
"isRead": 0,
Expand All @@ -248,6 +247,7 @@ describe('AutoeditsProvider', () => {
"recordsPrivateMetadataTranscript": 1,
"source": 1,
"suggestionsStartedSinceLastSuggestion": 2,
"timeFromSuggestedAt": 375,
"triggerKind": 1,
},
"privateMetadata": {
Expand Down

0 comments on commit d036c84

Please sign in to comment.