mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Show provider name next to account, fixes #95476
This commit is contained in:
@@ -146,7 +146,7 @@ export class MainThreadAuthenticationProvider extends Disposable {
|
||||
group: '1_accounts',
|
||||
command: {
|
||||
id: `configureSessions${session.id}`,
|
||||
title: session.accountName
|
||||
title: `${session.accountName} (${this.displayName})`
|
||||
},
|
||||
order: 3
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user