Skip to content

Commit f0283ed

Browse files
author
Rachel Macfarlane
committed
Add more details about flag, fixes microsoft#104080
1 parent 3d99a14 commit f0283ed

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11580,7 +11580,12 @@ declare module 'vscode' {
1158011580
createIfNone?: boolean;
1158111581

1158211582
/**
11583-
* Whether the existing user session preference should be cleared. Set to allow the user to switch accounts.
11583+
* Whether the existing user session preference should be cleared.
11584+
*
11585+
* For authentication providers that support being signed into multiple accounts at once, the user will be
11586+
* prompted to select an account to use when [getSession](#authentication.getSession) is called. This preference
11587+
* is remembered until [getSession](#authentication.getSession) is called with this flag.
11588+
*
1158411589
* Defaults to false.
1158511590
*/
1158611591
clearSessionPreference?: boolean;

0 commit comments

Comments
 (0)