简体   繁体   English

如何在Visual Studio 2015孤立的Shell中启用PrivateGalleries

[英]How to EnablePrivateGalleries in Visual Studio 2015 Isolated Shell

I have Visual Studio 2015 Isolated Shell app and i have enabled private galleries by setting enable value as per instruction in application.pkgdef 我有Visual Studio 2015孤立的外壳应用程序,并且我已通过根据application.pkgdef中的说明设置启用值来启用私有画廊

"EnablePrivateGalleries"=dword:00000000 “EnablePrivateGalleries”= DWORD:00000000

But unable to see option to configure in Extension Manager dialog 但无法在“扩展管理器”对话框中看到要配置的选项

It should be: "EnablePrivateGalleries"=dword:00000001 它应该是: "EnablePrivateGalleries"=dword:00000001

// Support for end-user customization of extension galleries is disabled by default. //默认情况下,禁用对扩展库的最终用户自定义的支持。

// Uncomment the following to enable end-user customization of extension galleries //取消注释以下内容以启用扩展库的最终用户自定义

// that appear in the Extension Manager dialog. //出现在扩展管理器对话框中。

"EnablePrivateGalleries"=dword:00000001 “EnablePrivateGalleries”= DWORD:00000001

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM