Skip to content

Commit 421d4bc

Browse files
author
Rachel Macfarlane
committed
Include more detail about 'createIfNone' flag, fixes microsoft#104073
1 parent fa9d5f1 commit 421d4bc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11569,7 +11569,13 @@ declare module 'vscode' {
1156911569
*/
1157011570
export interface AuthenticationGetSessionOptions {
1157111571
/**
11572-
* Whether login should be performed if there is no matching session. Defaults to false.
11572+
* Whether login should be performed if there is no matching session.
11573+
*
11574+
* If true, a modal dialog will be shown asking the user to sign in. If false, a numbered badge will be shown
11575+
* on the accounts activity bar icon. An entry for the extension will be added under the menu to sign in. This
11576+
* allows quietly prompting the user to sign in.
11577+
*
11578+
* Defaults to false.
1157311579
*/
1157411580
createIfNone?: boolean;
1157511581

0 commit comments

Comments
 (0)