tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
566 stars 97 forks source link

Reduce publishing extension size from 50MB #218

Open zardoy opened 2 years ago

zardoy commented 2 years ago

It seems you bundle platform-specific binaries into one .vsix. Binaries are extremely huge, however I highly suggest you to use platformspecific extensions publishing at least. You can bundle for each platform only needed files. Do you need help with that or you handle it yourself?