UNPKG

cloudstudio

Version:

Run VS Code on a remote server.

8 lines (7 loc) 336 B
import { Registry } from './common-protocol'; import { CloudStudioAuthenticationProvider } from './authentication'; export declare class ContextRegistry implements Registry { protected readonly authenticationProvider: CloudStudioAuthenticationProvider; register(): Promise<void>; protected registerSessionContext(): void; }