diff --git a/resources/extension.vsixmanifest b/resources/extension.vsixmanifest index 35dc9b2..e1fd31b 100644 --- a/resources/extension.vsixmanifest +++ b/resources/extension.vsixmanifest @@ -1,7 +1,7 @@ - + <%- displayName %> <%- description %> <%- tags %> @@ -9,14 +9,14 @@ Public <% if (links.repository) { %> - - - + + + <% } %> - <% if (links.bugs) { %><% } %> - <% if (links.homepage) { %><% } %> - <% if (galleryBanner.color) { %><% } %> - <% if (galleryBanner.theme) { %><% } %> + <% if (links.bugs) { %><% } %> + <% if (links.homepage) { %><% } %> + <% if (galleryBanner.color) { %><% } %> + <% if (galleryBanner.theme) { %><% } %> <% if (license) { %><%- license %><% } %> <% if (icon) { %><%- icon %><% } %> @@ -27,6 +27,6 @@ - <% _.forEach(assets, function (asset) { %><% }); %> + <% _.forEach(assets, function (asset) { %><% }); %>