We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0085d97 commit 8c0b3c1Copy full SHA for 8c0b3c1
src/vs/workbench/contrib/editTelemetry/browser/editTelemetry.contribution.ts
@@ -32,7 +32,7 @@ configurationRegistry.registerConfiguration({
32
default: false,
33
tags: ['experimental'],
34
experiment: {
35
- mode: 'auto'
+ mode: 'startup'
36
}
37
},
38
[EDIT_TELEMETRY_DETAILS_SETTING_ID]: {
@@ -41,7 +41,7 @@ configurationRegistry.registerConfiguration({
41
42
43
44
45
46
47
[EDIT_TELEMETRY_SHOW_STATUS_BAR]: {
0 commit comments