Skip to content

Commit a4ae744

Browse files
committed
fix lint
1 parent 5d81db5 commit a4ae744

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,16 +1012,6 @@
10121012
],
10131013
"description": "Identifies the type of conversation"
10141014
},
1015-
{
1016-
"name": "cwsprChatFocusFileContextLength",
1017-
"type": "int",
1018-
"description": "Total length of current focus file added to context"
1019-
},
1020-
{
1021-
"name": "cwsprChatFocusFileContextTruncatedLength",
1022-
"type": "int",
1023-
"description": "Truncated length of current focus file added to context"
1024-
},
10251015
{
10261016
"name": "cwsprChatFileContextCount",
10271017
"type": "int",
@@ -1037,6 +1027,16 @@
10371027
"type": "int",
10381028
"description": "Truncated length of files added to context"
10391029
},
1030+
{
1031+
"name": "cwsprChatFocusFileContextLength",
1032+
"type": "int",
1033+
"description": "Total length of current focus file added to context"
1034+
},
1035+
{
1036+
"name": "cwsprChatFocusFileContextTruncatedLength",
1037+
"type": "int",
1038+
"description": "Truncated length of current focus file added to context"
1039+
},
10401040
{
10411041
"name": "cwsprChatFolderContextCount",
10421042
"type": "int",

0 commit comments

Comments
 (0)