提交 37fc92cc 编写于 作者: R Rachel Macfarlane

Add note about authentication provider id

上级 c98a21d8
...@@ -60,6 +60,11 @@ declare module 'vscode' { ...@@ -60,6 +60,11 @@ declare module 'vscode' {
readonly changed: string[]; 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 { export interface AuthenticationProvider {
/** /**
* Used as an identifier for extensions trying to work with a particular * Used as an identifier for extensions trying to work with a particular
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册