Skip to content

Commit 65a9148

Browse files
committed
1 parent 6b52881 commit 65a9148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/scm/browser/repositoryPane.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,12 @@ export class SCMAccessibilityProvider implements IListAccessibilityProvider<Tree
407407
} else {
408408
const result: string[] = [];
409409

410+
result.push(basename(element.sourceUri));
411+
410412
if (element.decorations.tooltip) {
411413
result.push(element.decorations.tooltip);
412414
}
413415

414-
result.push(basename(element.sourceUri));
415-
416416
const path = this.labelService.getUriLabel(dirname(element.sourceUri), { relative: true, noPrefix: true });
417417

418418
if (path) {

0 commit comments

Comments
 (0)