Skip to content

Commit e978cfd

Browse files
committed
telemetry: rename descriptions
1 parent 8c3db34 commit e978cfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/shared/telemetry/vscodeTelemetry.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
{
8787
"name": "cwsprChatFolderContextCount",
8888
"type": "int",
89-
"description": "# of folders manually added to context"
89+
"description": "Number of folders manually added to context"
9090
},
9191
{
9292
"name": "cwsprChatFileContextCount",
9393
"type": "int",
94-
"description": "# of files manually added to context"
94+
"description": "Number of files manually added to context"
9595
},
9696
{
9797
"name": "cwsprChatFileContextLength",
@@ -106,7 +106,7 @@
106106
{
107107
"name": "cwsprChatPromptContextCount",
108108
"type": "int",
109-
"description": "# of saved prompts manually added to context"
109+
"description": "Number of saved prompts manually added to context"
110110
},
111111
{
112112
"name": "cwsprChatPromptContextLength",
@@ -121,7 +121,7 @@
121121
{
122122
"name": "cwsprChatRuleContextCount",
123123
"type": "int",
124-
"description": "# of workspace rules automatically added to context"
124+
"description": "Number of workspace rules automatically added to context"
125125
},
126126
{
127127
"name": "cwsprChatRuleContextLength",

0 commit comments

Comments
 (0)