Remove extension ID from details
It will deprecate in the future + not that useful
This commit is contained in:
parent
fb580520b9
commit
f725247681
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
'',
|
||||
|
|
Loading…
Add table
Reference in a new issue