We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d99a14 commit f0283edCopy full SHA for f0283ed
1 file changed
src/vs/vscode.d.ts
@@ -11580,7 +11580,12 @@ declare module 'vscode' {
11580
createIfNone?: boolean;
11581
11582
/**
11583
- * Whether the existing user session preference should be cleared. Set to allow the user to switch accounts.
+ * 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
11589
* Defaults to false.
11590
*/
11591
clearSessionPreference?: boolean;
0 commit comments