We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155e17e commit c915ca3Copy full SHA for c915ca3
src/extension.ts
@@ -87,7 +87,8 @@ export async function activate(context: ExtensionContext) {
87
label: ENTRY_OPTION.VISIT_REPO,
88
description: [
89
`$(star) ${numberFormatter.format(selectedEntry.github.stats.stars)}`,
90
- `$(gist-fork) ${numberFormatter.format(selectedEntry.github.stats.forks)}`
+ `$(gist-fork) ${numberFormatter.format(selectedEntry.github.stats.forks)}`,
91
+ `$(eye) ${numberFormatter.format(selectedEntry.github.stats.subscribers)}`
92
].join(' ')
93
},
94
{
0 commit comments