hide setting in stable

上级 d5e9b4e3
......@@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import product from 'vs/platform/product/common/product';
import { Registry } from 'vs/platform/registry/common/platform';
import { localize } from 'vs/nls';
import { IConfigurationRegistry, Extensions as ConfigurationExtensions, ConfigurationScope } from 'vs/platform/configuration/common/configurationRegistry';
......@@ -354,7 +355,8 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'workbench.experimental.auxiliaryBar.enabled': {
'type': 'boolean',
'default': false,
'description': localize('auxiliaryBarEnabled', "Controls whether the auxiliary bar opposite the side bar is enabled.")
'description': localize('auxiliaryBarEnabled', "Controls whether the auxiliary bar opposite the side bar is enabled."),
'included': product.quality !== 'stable'
},
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册