We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9d5f1 commit 421d4bcCopy full SHA for 421d4bc
1 file changed
src/vs/vscode.d.ts
@@ -11569,7 +11569,13 @@ declare module 'vscode' {
11569
*/
11570
export interface AuthenticationGetSessionOptions {
11571
/**
11572
- * Whether login should be performed if there is no matching session. Defaults to false.
+ * 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.
11579
11580
createIfNone?: boolean;
11581
0 commit comments