6 lines
No EOL
376 B
XML
6 lines
No EOL
376 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
|
|
<Default Extension=".vsixmanifest" ContentType="text/xml"/>
|
|
<Default Extension=".json" ContentType="application/json"/>
|
|
<% _.forEach(contentTypes, function (e) { %><Default Extension="${ e.extension }" ContentType="${ e.contentType }"/><% }); %>
|
|
</Types> |