File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ export class StartWorkCommand extends QuickCommand<State> {
343343 label :
344344 i . item . issue . title . length > 60 ? `${ i . item . issue . title . substring ( 0 , 60 ) } ...` : i . item . issue . title ,
345345 // description: `${i.repoAndOwner}#${i.id}, by @${i.author}`,
346- description : `\u00a0 ${ i . item . issue . repository ?. owner ?? '' } / ${ i . item . issue . repository ?. repo ?? '' } # ${
347- i . item . issue . id
348- } \u00a0`,
346+ description : `\u00a0 ${
347+ i . item . issue . repository ? ` ${ i . item . issue . repository . owner } / ${ i . item . issue . repository . repo } #` : ''
348+ } ${ i . item . issue . id } \u00a0`,
349349 detail : ` ${ fromNow ( i . item . issue . updatedDate ) } by @${ i . item . issue . author . name } ` ,
350350 iconPath : i . item . issue . author ?. avatarUrl != null ? Uri . parse ( i . item . issue . author . avatarUrl ) : undefined ,
351351 item : i ,
You can’t perform that action at this time.
0 commit comments