Investigate removing sidecar executable from pre-package
build step to reduce .vsix file size
#755
Labels
cleanup
General refactoring and/or minor adjustments needed that shouldn't impact overall functionality
.vsix sizes have been steadily creeping up closer to 50MB over the past few months:
We need to make sure we don't hit any limits when publishing to the VS Marketplace, especially as we get closer to "GA" and removing the preview flag.
One idea is to have the extension download the sidecar on-demand during extension activation if it doesn't exist already.
The text was updated successfully, but these errors were encountered: