mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
fix(telemetry): disable workbench.enableExperiments by default [skip ci]
This commit is contained in:
@@ -48,3 +48,12 @@ index 3517cc1..7b365fa 100644
|
||||
- 'default': true,
|
||||
+ 'default': false,
|
||||
'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,
|
||||
|
||||
Reference in New Issue
Block a user