We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c545f commit a6a1b4fCopy full SHA for a6a1b4f
1 file changed
src/view/treeNodes/pullRequestNode.ts
@@ -320,7 +320,7 @@ export class PRNode extends TreeNode implements vscode.CommentingRangeProvider2
320
labelPrefix += `#${formattedPRNumber}: `;
321
}
322
323
- const label = `${labelPrefix}${isDraft ? '[DRAFT] ' : ''}${labelTitle}`;
+ const label = `${labelPrefix}${isDraft ? '\u270E ' : ''}${labelTitle}`;
324
const description = `by @${login}`;
325
const command = {
326
title: vscode.l10n.t('View Pull Request Description'),
0 commit comments