Skip to content

Commit c915ca3

Browse files
committed
chore: add Watchers count to the GitHub link entry
1 parent 155e17e commit c915ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ export async function activate(context: ExtensionContext) {
8787
label: ENTRY_OPTION.VISIT_REPO,
8888
description: [
8989
`$(star) ${numberFormatter.format(selectedEntry.github.stats.stars)}`,
90-
`$(gist-fork) ${numberFormatter.format(selectedEntry.github.stats.forks)}`
90+
`$(gist-fork) ${numberFormatter.format(selectedEntry.github.stats.forks)}`,
91+
`$(eye) ${numberFormatter.format(selectedEntry.github.stats.subscribers)}`
9192
].join(' ')
9293
},
9394
{

0 commit comments

Comments
 (0)