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
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"gitzone-remote-protocol.d.ts","sourceRoot":"","sources":["../../src/common/gitzone-remote-protocol.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,8BAA8B,CAAC;AAE7D,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AAEjE,MAAM,WAAW,yBAAyB;IACxC,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC,cAAc,IAAI,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACtD"}
|
||||
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.GitZoneRemoteServer = exports.gitZoneRemotePath = void 0;
|
||||
exports.gitZoneRemotePath = '/services/git-zone/remote';
|
||||
exports.GitZoneRemoteServer = Symbol('GitZoneRemoteServer');
|
||||
//# sourceMappingURL=gitzone-remote-protocol.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"gitzone-remote-protocol.js","sourceRoot":"","sources":["../../src/common/gitzone-remote-protocol.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG,2BAA2B,CAAC;AAEhD,QAAA,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC"}
|
||||
Reference in New Issue
Block a user