Skip to content

Commit 1606eed

Browse files
authored
Merge pull request microsoft#258438 from microsoft/mrleemurray/yodelling-otter-chocolate
Update AI statistics descriptions for clarity.
2 parents 363abcb + 2a7f67c commit 1606eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/workbench/contrib/editTelemetry/browser/editStats/aiStatsStatusBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class AiStatsStatusBar extends Disposable {
131131

132132
n.div({ style: { display: 'flex' } }, [
133133
n.div({ style: { flex: 1, paddingRight: '4px' } }, [
134-
localize('text1', "Percentage of code generated by AI: {0}", aiRatePercent.get()),
134+
localize('text1', "AI vs Typing Average: {0}", aiRatePercent.get()),
135135
]),
136136
/*
137137
TODO: Write article that explains the ratio and link to it.

src/vs/workbench/contrib/editTelemetry/browser/editTelemetry.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configurationRegistry.registerConfiguration({
2727
tags: ['experimental'],
2828
},
2929
[AI_STATS_SETTING_ID]: {
30-
markdownDescription: localize('editor.aiStats.enabled', "Controls whether to enable AI statistics in the editor."),
30+
markdownDescription: localize('editor.aiStats.enabled', "Controls whether to enable AI statistics in the editor. The gauge represents the average amount of code inserted by AI vs manual typing over a 24 hour period."),
3131
type: 'boolean',
3232
default: false,
3333
tags: ['experimental'],

0 commit comments

Comments
 (0)