提交 6e25ca7f 编写于 作者: S Sandeep Somavarapu

update account picker

上级 00613be1
......@@ -29,7 +29,7 @@ type UserAccountEvent = {
id: string;
};
type AccountQuickPickItem = { label: string, authenticationProvider: IAuthenticationProvider, account?: UserDataSyncAccount, detail?: string };
type AccountQuickPickItem = { label: string, authenticationProvider: IAuthenticationProvider, account?: UserDataSyncAccount, description?: string };
export class UserDataSyncAccount {
......@@ -261,7 +261,7 @@ export class UserDataSyncAccounts extends Disposable {
for (const account of accounts) {
quickPickItems.push({
label: account.accountName,
detail: account.sessionId === this.current?.sessionId ? localize('last used', "Last Used") : undefined,
description: account.sessionId === this.current?.sessionId ? localize('last used', "Last Used with Sync") : undefined,
account,
authenticationProvider,
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册