Skip to content

Commit 8d36d09

Browse files
author
Rachel Macfarlane
committed
Add comment to AuthenticationProvider API
1 parent 40173ec commit 8d36d09

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ declare module 'vscode' {
2626
}
2727

2828
export interface AuthenticationProvider {
29+
/**
30+
* Used as an identifier for extensions trying to work with a particular
31+
* provider: 'Microsoft', 'GitHub', etc. id must be unique, registering
32+
* another provider with the same id will fail.
33+
*/
2934
readonly id: string;
3035
readonly displayName: string;
3136
readonly onDidChangeSessions: Event<void>;

0 commit comments

Comments
 (0)