(command: (...args: P) => Promise (what: string, command: (...args: P) => Promise ')
+ html.push(` ')
+ html.push(
+ ` ')
+ html.push(`${match.url}
`)
+ if (node.commit?.message) {
+ html.push(`${node.commit?.message}
`)
+ }
+ html.push('${node.name}${stars}
`
+ )
+ html.push('${url}${formatStars(node?.repository?.stars)}
`)
+ html.push('')
+ }
+ const uri = `sourcegraph://${host}${url}?L${line + 1}:${character}`
+ html.push(
+ `${highlightedPreview.join('')}`
+ )
+ filenameMatchesCount++
+ if (filenameMatchesCount > 5) {
+ break
+ }
+ }
+ html.push('
')
+ html.push('