提交 b991349b 编写于 作者: R Rachel Macfarlane

Mark onDidChangeAuthenticationProviders as deprecated in proposed API

上级 b2693bb7
......@@ -112,6 +112,7 @@ declare module 'vscode' {
export function registerAuthenticationProvider(provider: AuthenticationProvider): Disposable;
/**
* @deprecated - getSession should now trigger extension activation.
* Fires with the provider id that was registered or unregistered.
*/
export const onDidChangeAuthenticationProviders: Event<AuthenticationProvidersChangeEvent>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册