将调试可视化工具部署为 VSIX 扩展

发布于 2024-11-01 19:37:06 字数 138 浏览 0 评论 0原文

是否可以使用 Visual Studio 2010 中的新扩展系统部署我的调试可视化工具?我想将其发布到在线图库上,并允许通过扩展管理器进行管理。

必须将可视化程序集复制到“我的文档\Visual Studio 2010\Visualizers”

is it possible to deploy my debug visualizer with the new extension system in visual studio 2010? I want to publish it on the online gallery and allow to manage it via the extension manager.

The visualizer assembly must be copied to "My Documents\Visual Studio 2010\Visualizers"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

静若繁花 2024-11-08 19:37:06

这是不可能的:

扩展管理器/VSIX 不支持将文件放置在用户的文档位置,因此这是不可能的。

请参阅此处。

It's not possible:

Extension Manager/VSIX doesn't support placing files in the user's documents location, so this isn't possible.

See here.

浸婚纱 2024-11-08 19:37:06

无法通过 VSIX 实现这一点,但您可以将 MSI 发布到 Visual Studio 扩展库。 MSI 的功能没有任何限制。

It's not possible via a VSIX, but you can publish MSIs to the Visual Studio Extension Gallery. There are no restrictions on what the MSI can do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文