addressable assets

This commit is contained in:
Joao Moreno 2015-10-14 11:55:44 +02:00
parent 3dfcb2c41b
commit 05696200f3

View file

@ -16,7 +16,7 @@
</Installation>
<Dependencies/>
<Assets>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" />
<% _.forEach(assets, function (asset) { %><Asset Type="${ asset.type }" Path="${ asset.path }" /><% }); %>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
<% _.forEach(assets, function (asset) { %><Asset Type="${ asset.type }" Path="${ asset.path }" Addressable="true" /><% }); %>
</Assets>
</PackageManifest>