|
@@ -48,3 +48,12 @@ index 3517cc1..7b365fa 100644
|
|
- 'default': true,
|
|
- 'default': true,
|
|
+ 'default': false,
|
|
+ 'default': false,
|
|
'tags': ['usesOnlineServices', 'telemetry'],
|
|
'tags': ['usesOnlineServices', 'telemetry'],
|
|
|
|
+diff --git a/src/vs/workbench/services/assignment/common/assignmentService.ts b/src/vs/workbench/services/assignment/common/assignmentService.ts
|
|
|
|
+index 4a3d96b..e587d5b 100644
|
|
|
|
+--- a/src/vs/workbench/services/assignment/common/assignmentService.ts
|
|
|
|
++++ b/src/vs/workbench/services/assignment/common/assignmentService.ts
|
|
|
|
+@@ -277,3 +277,3 @@ registry.registerConfiguration({
|
|
|
|
+ 'description': localize('workbench.enableExperiments', "Fetches experiments to run from a Microsoft online service."),
|
|
|
|
+- 'default': true,
|
|
|
|
++ 'default': false,
|
|
|
|
+ 'scope': ConfigurationScope.APPLICATION,
|