提交 af832307 编写于 作者: J Johannes Rieken

add regions for auth proposals

上级 41eabcfc
......@@ -16,6 +16,8 @@
declare module 'vscode' {
// #region auth provider: https://github.com/microsoft/vscode/issues/88309
export interface Session {
id: string;
accessToken: string;
......@@ -57,6 +59,8 @@ declare module 'vscode' {
export function getSessions(providerId: string): Promise<ReadonlyArray<Session>>;
}
//#endregion
//#region Alex - resolvers
export interface RemoteAuthorityResolverContext {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册