Initialize remote IDE scaffold
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user