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 72a7949 commit d88a90bCopy full SHA for d88a90b
1 file changed
src/service-override/assignment.ts
@@ -27,10 +27,7 @@ class AssignmentService implements IWorkbenchAssignmentService {
27
@IConfigurationService private configurationService: IConfigurationService,
28
@IEnvironmentService environmentService: IEnvironmentService
29
) {
30
- this.experimentsEnabled =
31
- !environmentService.disableExperiments &&
32
- !environmentService.extensionTestsLocationURI &&
33
- configurationService.getValue('workbench.enableExperiments') === true
+ this.experimentsEnabled = !environmentService.disableExperiments
34
}
35
36
async getCurrentExperiments(): Promise<string[] | undefined> {
0 commit comments