Add note about authentication provider id

This commit is contained in:
Rachel Macfarlane 2020-03-25 12:09:45 -07:00
parent c98a21d84a
commit 37fc92cc89

View file

@ -60,6 +60,11 @@ declare module 'vscode' {
readonly changed: string[];
}
/**
* **WARNING** When writing an AuthenticationProvider, `id` should be treated as part of your extension's
* API, changing it is a breaking change for all extensions relying on the provider. The id is
* treated case-sensitively.
*/
export interface AuthenticationProvider {
/**
* Used as an identifier for extensions trying to work with a particular