Remove extension ID from details

It will deprecate in the future + not that useful
This commit is contained in:
Morten Henriksen 2017-11-17 22:37:05 +01:00
parent fb580520b9
commit f725247681

View file

@ -72,7 +72,6 @@ const indentRow = (row: string) => ` ${row}`;
function showOverview({
displayName,
extensionId,
extensionName,
shortDescription,
versions,
@ -126,7 +125,6 @@ function showOverview({
[ 'Last updated:', lastUpdated.toLocaleString(fixedLocale, formatDateTime) ],
[ 'Publisher:', publisherDisplayName ],
[ 'Published at:', publishedDate.toLocaleString(fixedLocale, formatDate) ],
[ 'Extension-ID:', extensionId ],
])
.map(indentRow),
'',