/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import { localize } from 'vs/nls'; import { IConfigurationNode } from 'vs/platform/configuration/common/configurationRegistry'; export const workbenchConfigurationNodeBase = Object.freeze({ 'id': 'workbench', 'order': 7, 'title': localize('workbenchConfigurationTitle', "Workbench"), 'type': 'object', });