Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 VSIX 包使用了一堆图像和第三方 dll,并且在编译时,Release 文件夹包含所有原始形式的东西。看起来真的很糟糕。有什么方法可以创建一个我可以重新分发的独立 vsix 文件?
bin\Release 文件夹中还应该有一个 .vsix 文件,其中包含所有其他文件。您可以将其重命名为 .zip 并在 Windows 资源管理器中查看内容以进行检查。
当您在计算机上安装该 .vsix 时,它还应该将您正在谈论的所有其他“松散”文件放入扩展安装文件夹中。