debt - move workbench.enableExperiments to correct place

This commit is contained in:
Benjamin Pasero
2019-12-18 11:42:43 +01:00
parent 728416a0db
commit 19062a2976
3 changed files with 22 additions and 6 deletions

View File

@@ -235,12 +235,6 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
'description': nls.localize('settings.editor.desc', "Determines which settings editor to use by default."),
'default': 'ui',
'scope': ConfigurationScope.WINDOW
},
'workbench.enableExperiments': {
'type': 'boolean',
'description': nls.localize('workbench.enableExperiments', "Fetches experiments to run from a Microsoft online service."),
'default': true,
'tags': ['usesOnlineServices']
}
}
});