Files
ide/theia-extensions/gitzone-remote/lib/common/gitzone-remote-protocol.d.ts
T
2026-05-10 14:08:25 +00:00

13 lines
456 B
TypeScript

export declare const gitZoneRemotePath = "/services/git-zone/remote";
export declare const GitZoneRemoteServer: unique symbol;
export interface IGitZoneRemoteEnvironment {
workspacePath: string;
processId: number;
opencodePort?: number;
theiaPort?: number;
serverVersion?: string;
}
export interface IGitZoneRemoteServer {
getEnvironment(): Promise<IGitZoneRemoteEnvironment>;
}
//# sourceMappingURL=gitzone-remote-protocol.d.ts.map