addressable assets
This commit is contained in:
parent
3dfcb2c41b
commit
05696200f3
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue