Skip to content

Commit 8c0b3c1

Browse files
committed
reverts to mode: startup
1 parent 0085d97 commit 8c0b3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configurationRegistry.registerConfiguration({
3232
default: false,
3333
tags: ['experimental'],
3434
experiment: {
35-
mode: 'auto'
35+
mode: 'startup'
3636
}
3737
},
3838
[EDIT_TELEMETRY_DETAILS_SETTING_ID]: {
@@ -41,7 +41,7 @@ configurationRegistry.registerConfiguration({
4141
default: false,
4242
tags: ['experimental'],
4343
experiment: {
44-
mode: 'auto'
44+
mode: 'startup'
4545
}
4646
},
4747
[EDIT_TELEMETRY_SHOW_STATUS_BAR]: {

0 commit comments

Comments
 (0)