@gitpod/gitpod-protocol 0.1.5-wth-test.80 → 0.1.5-yh-vmoptions-fork.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/gitpod-schema.json +181 -4
- package/lib/accounting-protocol.d.ts +17 -10
- package/lib/accounting-protocol.d.ts.map +1 -1
- package/lib/accounting-protocol.js +30 -32
- package/lib/accounting-protocol.js.map +1 -1
- package/lib/admin-protocol.d.ts +1 -0
- package/lib/admin-protocol.d.ts.map +1 -1
- package/lib/admin-protocol.js.map +1 -1
- package/lib/analytics.d.ts.map +1 -1
- package/lib/analytics.js.map +1 -1
- package/lib/auth.d.ts.map +1 -1
- package/lib/context-url.d.ts.map +1 -1
- package/lib/context-url.js +3 -3
- package/lib/context-url.js.map +1 -1
- package/lib/context-url.spec.d.ts.map +1 -1
- package/lib/context-url.spec.js +20 -5
- package/lib/context-url.spec.js.map +1 -1
- package/lib/email-protocol.d.ts +1 -1
- package/lib/email-protocol.d.ts.map +1 -1
- package/lib/email-protocol.js.map +1 -1
- package/lib/encryption/container-module.d.ts.map +1 -1
- package/lib/encryption/container-module.js +1 -1
- package/lib/encryption/container-module.js.map +1 -1
- package/lib/encryption/encryption-engine.d.ts.map +1 -1
- package/lib/encryption/encryption-engine.js +7 -7
- package/lib/encryption/encryption-engine.js.map +1 -1
- package/lib/encryption/encryption-engine.spec.d.ts.map +1 -1
- package/lib/encryption/encryption-engine.spec.js +2 -3
- package/lib/encryption/encryption-engine.spec.js.map +1 -1
- package/lib/encryption/encryption-service.d.ts.map +1 -1
- package/lib/encryption/encryption-service.js +1 -1
- package/lib/encryption/encryption-service.js.map +1 -1
- package/lib/encryption/key-provider.d.ts.map +1 -1
- package/lib/encryption/key-provider.js +7 -9
- package/lib/encryption/key-provider.js.map +1 -1
- package/lib/env.d.ts +0 -5
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +1 -20
- package/lib/env.js.map +1 -1
- package/lib/gitpod-file-parser.d.ts.map +1 -1
- package/lib/gitpod-file-parser.js +6 -6
- package/lib/gitpod-file-parser.js.map +1 -1
- package/lib/gitpod-file-parser.spec.js +42 -39
- package/lib/gitpod-file-parser.spec.js.map +1 -1
- package/lib/gitpod-service.d.ts +32 -26
- package/lib/gitpod-service.d.ts.map +1 -1
- package/lib/gitpod-service.js +39 -32
- package/lib/gitpod-service.js.map +1 -1
- package/lib/headless-workspace-log.d.ts +1 -0
- package/lib/headless-workspace-log.d.ts.map +1 -1
- package/lib/headless-workspace-log.js +2 -1
- package/lib/headless-workspace-log.js.map +1 -1
- package/lib/ide-frontend-service.d.ts +1 -1
- package/lib/ide-protocol.d.ts +6 -6
- package/lib/ide-protocol.d.ts.map +1 -1
- package/lib/index.d.ts +16 -16
- package/lib/installation-admin-protocol.d.ts.map +1 -1
- package/lib/installation-admin-protocol.js +2 -2
- package/lib/installation-admin-protocol.js.map +1 -1
- package/lib/license-protocol.d.ts +7 -0
- package/lib/license-protocol.d.ts.map +1 -1
- package/lib/license-protocol.js.map +1 -1
- package/lib/messaging/browser/connection.d.ts +1 -1
- package/lib/messaging/browser/connection.d.ts.map +1 -1
- package/lib/messaging/browser/connection.js +19 -19
- package/lib/messaging/browser/connection.js.map +1 -1
- package/lib/messaging/browser/window-connection.d.ts +4 -4
- package/lib/messaging/browser/window-connection.d.ts.map +1 -1
- package/lib/messaging/browser/window-connection.js +9 -6
- package/lib/messaging/browser/window-connection.js.map +1 -1
- package/lib/messaging/client-call-metrics.d.ts +2 -2
- package/lib/messaging/client-call-metrics.d.ts.map +1 -1
- package/lib/messaging/client-call-metrics.js +20 -20
- package/lib/messaging/client-call-metrics.js.map +1 -1
- package/lib/messaging/error.d.ts +2 -0
- package/lib/messaging/error.d.ts.map +1 -1
- package/lib/messaging/error.js +4 -0
- package/lib/messaging/error.js.map +1 -1
- package/lib/messaging/handler.d.ts.map +1 -1
- package/lib/messaging/handler.js +1 -1
- package/lib/messaging/node/connection.js +8 -8
- package/lib/messaging/node/connection.js.map +1 -1
- package/lib/messaging/proxy-factory.d.ts +1 -1
- package/lib/messaging/proxy-factory.d.ts.map +1 -1
- package/lib/messaging/proxy-factory.js +7 -9
- package/lib/messaging/proxy-factory.js.map +1 -1
- package/lib/payment-protocol.d.ts.map +1 -1
- package/lib/payment-protocol.js +1 -1
- package/lib/payment-protocol.js.map +1 -1
- package/lib/permission.d.ts +2 -2
- package/lib/permission.d.ts.map +1 -1
- package/lib/permission.js +12 -23
- package/lib/permission.js.map +1 -1
- package/lib/plans.d.ts +3 -3
- package/lib/plans.d.ts.map +1 -1
- package/lib/plans.js +206 -171
- package/lib/plans.js.map +1 -1
- package/lib/protocol.d.ts +83 -36
- package/lib/protocol.d.ts.map +1 -1
- package/lib/protocol.js +165 -87
- package/lib/protocol.js.map +1 -1
- package/lib/snapshot-url.spec.js.map +1 -1
- package/lib/team-subscription-protocol.d.ts +21 -3
- package/lib/team-subscription-protocol.d.ts.map +1 -1
- package/lib/team-subscription-protocol.js +16 -5
- package/lib/team-subscription-protocol.js.map +1 -1
- package/lib/teams-projects-protocol.d.ts +8 -3
- package/lib/teams-projects-protocol.d.ts.map +1 -1
- package/lib/teams-projects-protocol.js +1 -1
- package/lib/teams-projects-protocol.js.map +1 -1
- package/lib/typings/globals.d.ts +2 -2
- package/lib/typings/globals.d.ts.map +1 -1
- package/lib/util/analytics.d.ts.map +1 -1
- package/lib/util/analytics.js +6 -6
- package/lib/util/analytics.js.map +1 -1
- package/lib/util/async-iterator.d.ts.map +1 -1
- package/lib/util/async-iterator.js +3 -3
- package/lib/util/async-iterator.js.map +1 -1
- package/lib/util/cancelable.js.map +1 -1
- package/lib/util/date-time.js +6 -6
- package/lib/util/date-time.js.map +1 -1
- package/lib/util/deferred.js.map +1 -1
- package/lib/util/disposable.d.ts.map +1 -1
- package/lib/util/disposable.js +2 -2
- package/lib/util/disposable.js.map +1 -1
- package/lib/util/event.d.ts.map +1 -1
- package/lib/util/event.js +5 -3
- package/lib/util/event.js.map +1 -1
- package/lib/util/garbage-collected-cache.d.ts.map +1 -1
- package/lib/util/garbage-collected-cache.js +1 -1
- package/lib/util/garbage-collected-cache.js.map +1 -1
- package/lib/util/generate-workspace-id.d.ts +5 -0
- package/lib/util/generate-workspace-id.d.ts.map +1 -1
- package/lib/util/generate-workspace-id.js +446 -442
- package/lib/util/generate-workspace-id.js.map +1 -1
- package/lib/util/generate-workspace-id.spec.js +18 -7
- package/lib/util/generate-workspace-id.spec.js.map +1 -1
- package/lib/util/gitpod-cookie.d.ts +1 -1
- package/lib/util/gitpod-cookie.d.ts.map +1 -1
- package/lib/util/gitpod-cookie.js +0 -3
- package/lib/util/gitpod-cookie.js.map +1 -1
- package/lib/util/gitpod-host-url.d.ts.map +1 -1
- package/lib/util/gitpod-host-url.js +31 -29
- package/lib/util/gitpod-host-url.js.map +1 -1
- package/lib/util/gitpod-host-url.spec.d.ts.map +1 -1
- package/lib/util/gitpod-host-url.spec.js +15 -5
- package/lib/util/gitpod-host-url.spec.js.map +1 -1
- package/lib/util/grpc.d.ts.map +1 -1
- package/lib/util/grpc.js.map +1 -1
- package/lib/util/jaeger-client-types.d.ts.map +1 -1
- package/lib/util/logging.d.ts +1 -1
- package/lib/util/logging.d.ts.map +1 -1
- package/lib/util/logging.js +23 -24
- package/lib/util/logging.js.map +1 -1
- package/lib/util/make-link.js +5 -5
- package/lib/util/make-link.js.map +1 -1
- package/lib/util/parse-workspace-id.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.js +1 -2
- package/lib/util/parse-workspace-id.js.map +1 -1
- package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.spec.js.map +1 -1
- package/lib/util/queue.spec.js +9 -6
- package/lib/util/queue.spec.js.map +1 -1
- package/lib/util/semaphore.d.ts.map +1 -1
- package/lib/util/semaphore.js.map +1 -1
- package/lib/util/skip-if.d.ts.map +1 -1
- package/lib/util/skip-if.js.map +1 -1
- package/lib/util/timeutil.d.ts +1 -0
- package/lib/util/timeutil.d.ts.map +1 -1
- package/lib/util/timeutil.js +9 -3
- package/lib/util/timeutil.js.map +1 -1
- package/lib/util/timeutil.spec.d.ts.map +1 -1
- package/lib/util/timeutil.spec.js.map +1 -1
- package/lib/util/tracing.d.ts +6 -6
- package/lib/util/tracing.d.ts.map +1 -1
- package/lib/util/tracing.js +14 -16
- package/lib/util/tracing.js.map +1 -1
- package/lib/util/tracing.spec.js +3 -3
- package/lib/util/tracing.spec.js.map +1 -1
- package/lib/util/workspace-port-authentication.d.ts +7 -7
- package/lib/util/workspace-port-authentication.d.ts.map +1 -1
- package/lib/util/workspace-port-authentication.js +8 -11
- package/lib/util/workspace-port-authentication.js.map +1 -1
- package/lib/workspace-cluster.d.ts +1 -1
- package/lib/workspace-cluster.d.ts.map +1 -1
- package/lib/workspace-cluster.js +2 -4
- package/lib/workspace-cluster.js.map +1 -1
- package/lib/workspace-instance.d.ts +19 -3
- package/lib/workspace-instance.d.ts.map +1 -1
- package/lib/wsready.d.ts +1 -1
- package/lib/wsready.d.ts.map +1 -1
- package/lib/wsready.js +2 -2
- package/package.json +6 -6
- package/pkg-yarn.lock +5 -5
- package/provenance-bundle.jsonl +1 -1
- package/src/accounting-protocol.ts +63 -51
- package/src/admin-protocol.ts +23 -20
- package/src/analytics.ts +21 -21
- package/src/auth.ts +2 -2
- package/src/context-url.spec.ts +25 -11
- package/src/context-url.ts +80 -78
- package/src/email-protocol.ts +5 -6
- package/src/encryption/container-module.ts +2 -3
- package/src/encryption/encryption-engine.spec.ts +9 -8
- package/src/encryption/encryption-engine.ts +14 -14
- package/src/encryption/encryption-service.ts +4 -5
- package/src/encryption/key-provider.ts +16 -19
- package/src/env.ts +0 -22
- package/src/gitpod-file-parser.spec.ts +55 -61
- package/src/gitpod-file-parser.ts +16 -17
- package/src/gitpod-service.ts +152 -110
- package/src/headless-workspace-log.ts +6 -4
- package/src/ide-frontend-service.ts +2 -2
- package/src/ide-protocol.ts +8 -8
- package/src/index.ts +16 -16
- package/src/installation-admin-protocol.ts +8 -8
- package/src/license-protocol.ts +12 -6
- package/src/messaging/browser/connection.ts +45 -47
- package/src/messaging/browser/window-connection.ts +39 -29
- package/src/messaging/client-call-metrics.ts +70 -71
- package/src/messaging/error.ts +7 -3
- package/src/messaging/handler.ts +6 -6
- package/src/messaging/node/connection.ts +8 -8
- package/src/messaging/proxy-factory.ts +23 -30
- package/src/oss-allowlist.ts +3 -3
- package/src/payment-protocol.ts +2 -2
- package/src/permission.ts +20 -31
- package/src/plans.ts +236 -189
- package/src/protocol.ts +346 -239
- package/src/snapshot-url.spec.ts +9 -7
- package/src/team-subscription-protocol.ts +57 -23
- package/src/teams-projects-protocol.ts +14 -8
- package/src/typings/globals.ts +4 -4
- package/src/util/analytics.ts +46 -42
- package/src/util/async-iterator.ts +4 -5
- package/src/util/cancelable.ts +3 -3
- package/src/util/date-time.ts +8 -8
- package/src/util/deferred.ts +6 -6
- package/src/util/disposable.ts +3 -6
- package/src/util/event.ts +9 -11
- package/src/util/garbage-collected-cache.ts +3 -6
- package/src/util/generate-workspace-id.spec.ts +26 -16
- package/src/util/generate-workspace-id.ts +460 -454
- package/src/util/gitpod-cookie.ts +8 -9
- package/src/util/gitpod-host-url.spec.ts +40 -13
- package/src/util/gitpod-host-url.ts +37 -34
- package/src/util/grpc.ts +1 -1
- package/src/util/jaeger-client-types.ts +2 -2
- package/src/util/logging.ts +49 -40
- package/src/util/make-link.ts +6 -7
- package/src/util/parse-workspace-id.spec.ts +17 -8
- package/src/util/parse-workspace-id.ts +5 -6
- package/src/util/queue.spec.ts +27 -25
- package/src/util/repeat.ts +1 -1
- package/src/util/semaphore.ts +4 -6
- package/src/util/skip-if.ts +9 -6
- package/src/util/timeutil.spec.ts +14 -15
- package/src/util/timeutil.ts +21 -11
- package/src/util/tracing.spec.ts +28 -23
- package/src/util/tracing.ts +54 -51
- package/src/util/workspace-port-authentication.ts +10 -13
- package/src/workspace-cluster.ts +15 -12
- package/src/workspace-instance.ts +53 -24
- package/src/wsready.ts +3 -3
- package/data/builtin-theia-plugins.json +0 -372
- package/lib/theia-plugins.d.ts +0 -11
- package/lib/theia-plugins.d.ts.map +0 -1
- package/lib/theia-plugins.js +0 -8
- package/lib/theia-plugins.js.map +0 -1
- package/src/theia-plugins.ts +0 -11
package/src/workspace-cluster.ts
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* See License-AGPL.txt in the project root for license information.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import * as fs from
|
|
8
|
-
import { filePathTelepresenceAware } from
|
|
7
|
+
import * as fs from "fs";
|
|
8
|
+
import { filePathTelepresenceAware } from "./env";
|
|
9
9
|
import { DeepPartial } from "./util/deep-partial";
|
|
10
|
-
import { PermissionName } from
|
|
10
|
+
import { PermissionName } from "./permission";
|
|
11
11
|
|
|
12
12
|
export interface WorkspaceCluster {
|
|
13
13
|
// Name of the workspace cluster.
|
|
@@ -47,25 +47,28 @@ export interface TLSConfig {
|
|
|
47
47
|
crt: string;
|
|
48
48
|
}
|
|
49
49
|
export namespace TLSConfig {
|
|
50
|
-
export const loadFromBase64File = (path: string): string =>
|
|
50
|
+
export const loadFromBase64File = (path: string): string =>
|
|
51
|
+
fs.readFileSync(filePathTelepresenceAware(path)).toString("base64");
|
|
51
52
|
}
|
|
52
53
|
export type WorkspaceClusterWoTLS = Omit<WorkspaceCluster, "tls">;
|
|
53
54
|
export type WorkspaceManagerConnectionInfo = Pick<WorkspaceCluster, "name" | "url" | "tls">;
|
|
54
55
|
|
|
55
|
-
export type AdmissionConstraint =
|
|
56
|
+
export type AdmissionConstraint =
|
|
57
|
+
| AdmissionConstraintFeaturePreview
|
|
58
|
+
| AdmissionConstraintHasPermission
|
|
59
|
+
| AdmissionConstraintHasUserLevel
|
|
60
|
+
| AdmissionConstraintHasMoreResources;
|
|
56
61
|
export type AdmissionConstraintFeaturePreview = { type: "has-feature-preview" };
|
|
57
|
-
export type AdmissionConstraintHasPermission = { type: "has-permission"
|
|
58
|
-
export type AdmissionConstraintHasUserLevel = { type: "has-user-level"
|
|
62
|
+
export type AdmissionConstraintHasPermission = { type: "has-permission"; permission: PermissionName };
|
|
63
|
+
export type AdmissionConstraintHasUserLevel = { type: "has-user-level"; level: string };
|
|
59
64
|
export type AdmissionConstraintHasMoreResources = { type: "has-more-resources" };
|
|
60
65
|
|
|
61
66
|
export namespace AdmissionConstraint {
|
|
62
67
|
export function is(o: any): o is AdmissionConstraint {
|
|
63
|
-
return !!o
|
|
64
|
-
&& 'type' in o;
|
|
68
|
+
return !!o && "type" in o;
|
|
65
69
|
}
|
|
66
70
|
export function isHasPermissionConstraint(o: any): o is AdmissionConstraintHasPermission {
|
|
67
|
-
return is(o)
|
|
68
|
-
&& o.type === "has-permission";
|
|
71
|
+
return is(o) && o.type === "has-permission";
|
|
69
72
|
}
|
|
70
73
|
export function hasPermission(ac: AdmissionConstraint, permission: PermissionName): boolean {
|
|
71
74
|
return isHasPermissionConstraint(ac) && ac.permission === permission;
|
|
@@ -101,4 +104,4 @@ export interface WorkspaceClusterDB {
|
|
|
101
104
|
}
|
|
102
105
|
export interface WorkspaceClusterFilter extends Pick<WorkspaceCluster, "state" | "govern" | "url"> {
|
|
103
106
|
minScore: number;
|
|
104
|
-
}
|
|
107
|
+
}
|
|
@@ -55,7 +55,20 @@ export interface WorkspaceInstance {
|
|
|
55
55
|
/**
|
|
56
56
|
* Contains information about the image build, if there was any
|
|
57
57
|
*/
|
|
58
|
-
|
|
58
|
+
imageBuildInfo?: ImageBuildInfo;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* workspace class, also known as workspace size, determines the type of
|
|
62
|
+
* resources that are provided to the workspace.
|
|
63
|
+
*/
|
|
64
|
+
workspaceClass?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Identifies the team to which this instance's runtime should be attributed to
|
|
68
|
+
* (e.g. for usage analytics or billing purposes).
|
|
69
|
+
* If unset, the usage should be attributed to the workspace's owner (ws.ownerId).
|
|
70
|
+
*/
|
|
71
|
+
attributedTeamId?: string;
|
|
59
72
|
}
|
|
60
73
|
|
|
61
74
|
// WorkspaceInstanceStatus describes the current state of a workspace instance
|
|
@@ -95,49 +108,54 @@ export interface WorkspaceInstanceStatus {
|
|
|
95
108
|
export type WorkspaceInstancePhase =
|
|
96
109
|
// unknown indicates an issue within the system in that it cannot determine the actual phase of
|
|
97
110
|
// a workspace. This phase is usually accompanied by an error.
|
|
98
|
-
"unknown"
|
|
111
|
+
| "unknown"
|
|
99
112
|
|
|
100
113
|
// Preparing means that we haven't actually started the workspace instance just yet, but rather
|
|
101
|
-
// are still preparing for launch.
|
|
102
|
-
"preparing"
|
|
114
|
+
// are still preparing for launch.
|
|
115
|
+
| "preparing"
|
|
116
|
+
|
|
117
|
+
// Building means that we are building the Docker image for the workspace. A workspace will enter this phase only
|
|
118
|
+
// if an image build is required for that workspace.
|
|
119
|
+
| "building"
|
|
103
120
|
|
|
104
121
|
// Pending means the workspace does not yet consume resources in the cluster, but rather is looking for
|
|
105
122
|
// some space within the cluster. If for example the cluster needs to scale up to accomodate the
|
|
106
123
|
// workspace, the workspace will be in Pending state until that happened.
|
|
107
|
-
"pending"
|
|
124
|
+
| "pending"
|
|
108
125
|
|
|
109
126
|
// Creating means the workspace is currently being created. Thati includes downloading the images required
|
|
110
127
|
// to run the workspace over the network. The time spent in this phase varies widely and depends on the current
|
|
111
128
|
// network speed, image size and cache states.
|
|
112
|
-
"creating"
|
|
129
|
+
| "creating"
|
|
113
130
|
|
|
114
131
|
// Initializing is the phase in which the workspace is executing the appropriate workspace initializer (e.g. Git
|
|
115
132
|
// clone or backup download). After this phase one can expect the workspace to either be Running or Failed.
|
|
116
|
-
"initializing"
|
|
133
|
+
| "initializing"
|
|
117
134
|
|
|
118
135
|
// Running means the workspace is able to actively perform work, either by serving a user through Theia,
|
|
119
136
|
// or as a headless workspace.
|
|
120
|
-
"running"
|
|
137
|
+
| "running"
|
|
121
138
|
|
|
122
139
|
// Interrupted is an exceptional state where the container should be running but is temporarily unavailable.
|
|
123
140
|
// When in this state, we expect it to become running or stopping anytime soon.
|
|
124
|
-
"interrupted"
|
|
141
|
+
| "interrupted"
|
|
125
142
|
|
|
126
143
|
// Stopping means that the workspace is currently shutting down. It could go to stopped every moment.
|
|
127
|
-
"stopping"
|
|
144
|
+
| "stopping"
|
|
128
145
|
|
|
129
146
|
// Stopped means the workspace ended regularly because it was shut down.
|
|
130
|
-
"stopped";
|
|
147
|
+
| "stopped";
|
|
131
148
|
|
|
132
149
|
export interface WorkspaceInstanceConditions {
|
|
133
150
|
// Failed contains the reason the workspace failed to operate. If this field is empty, the workspace has not failed.
|
|
134
|
-
failed
|
|
151
|
+
// failed contains technical details for the failure of the workspace.
|
|
152
|
+
failed?: string;
|
|
135
153
|
|
|
136
154
|
// timeout contains the reason the workspace has timed out. If this field is empty, the workspace has not timed out.
|
|
137
|
-
timeout?: string
|
|
155
|
+
timeout?: string;
|
|
138
156
|
|
|
139
157
|
// PullingImages marks if the workspace is currently pulling its images. This condition can only be set during PhaseCreating
|
|
140
|
-
pullingImages?: boolean
|
|
158
|
+
pullingImages?: boolean;
|
|
141
159
|
|
|
142
160
|
// deployed marks that a workspace instance was sent/deployed at a workspace manager
|
|
143
161
|
deployed?: boolean;
|
|
@@ -148,7 +166,10 @@ export interface WorkspaceInstanceConditions {
|
|
|
148
166
|
// ISO8601 timestamp when the first user activity was registered in the frontend. Only set if the workspace is running.
|
|
149
167
|
firstUserActivity?: string;
|
|
150
168
|
|
|
151
|
-
//
|
|
169
|
+
// headlessTaskFailed indicates that a headless workspace task failed
|
|
170
|
+
// headlessTaskFailed is only set if:
|
|
171
|
+
// * this workspace is headless
|
|
172
|
+
// * the task being run returned a non 0 exit status code
|
|
152
173
|
headlessTaskFailed?: string;
|
|
153
174
|
|
|
154
175
|
// stopped_by_request is true if the workspace was stopped using a StopWorkspace call
|
|
@@ -156,10 +177,10 @@ export interface WorkspaceInstanceConditions {
|
|
|
156
177
|
}
|
|
157
178
|
|
|
158
179
|
// AdmissionLevel describes who can access a workspace instance and its ports.
|
|
159
|
-
export type AdmissionLevel =
|
|
180
|
+
export type AdmissionLevel = "owner_only" | "everyone";
|
|
160
181
|
|
|
161
182
|
// PortVisibility describes how a port can be accessed
|
|
162
|
-
export type PortVisibility =
|
|
183
|
+
export type PortVisibility = "public" | "private";
|
|
163
184
|
|
|
164
185
|
// WorkspaceInstancePort describes a port exposed on a workspace instance
|
|
165
186
|
export interface WorkspaceInstancePort {
|
|
@@ -185,19 +206,25 @@ export interface WorkspaceInstanceRepoStatus {
|
|
|
185
206
|
uncommitedFiles?: string[];
|
|
186
207
|
|
|
187
208
|
// the total number of uncommited files
|
|
188
|
-
totalUncommitedFiles?: number
|
|
209
|
+
totalUncommitedFiles?: number;
|
|
189
210
|
|
|
190
211
|
// untrackedFiles is the list of untracked files in the workspace, possibly truncated
|
|
191
212
|
untrackedFiles?: string[];
|
|
192
213
|
|
|
193
214
|
// the total number of untracked files
|
|
194
|
-
totalUntrackedFiles?: number
|
|
215
|
+
totalUntrackedFiles?: number;
|
|
195
216
|
|
|
196
217
|
// unpushedCommits is the list of unpushed changes in the workspace, possibly truncated
|
|
197
218
|
unpushedCommits?: string[];
|
|
198
219
|
|
|
199
220
|
// the total number of unpushed changes
|
|
200
|
-
totalUnpushedCommits?: number
|
|
221
|
+
totalUnpushedCommits?: number;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// ConfigurationIdeConfig ide config of WorkspaceInstanceConfiguration
|
|
225
|
+
export interface ConfigurationIdeConfig {
|
|
226
|
+
useLatest?: boolean;
|
|
227
|
+
desktopIdeAlias?: string;
|
|
201
228
|
}
|
|
202
229
|
|
|
203
230
|
// WorkspaceInstanceConfiguration contains all per-instance configuration
|
|
@@ -213,23 +240,25 @@ export interface WorkspaceInstanceConfiguration {
|
|
|
213
240
|
ideImage: string;
|
|
214
241
|
|
|
215
242
|
// desktopIdeImage is the ref of the desktop IDE image this instance uses.
|
|
216
|
-
desktopIdeImage?: string
|
|
243
|
+
desktopIdeImage?: string;
|
|
217
244
|
|
|
218
245
|
// supervisorImage is the ref of the supervisor image this instance uses.
|
|
219
246
|
supervisorImage?: string;
|
|
247
|
+
|
|
248
|
+
ideConfig?: ConfigurationIdeConfig;
|
|
220
249
|
}
|
|
221
250
|
|
|
222
251
|
/**
|
|
223
252
|
* Holds information about the image build (if there was one) for this WorkspaceInstance
|
|
224
253
|
*/
|
|
225
254
|
export interface ImageBuildInfo {
|
|
226
|
-
log?: ImageBuildLogInfo
|
|
255
|
+
log?: ImageBuildLogInfo;
|
|
227
256
|
}
|
|
228
257
|
|
|
229
258
|
/**
|
|
230
259
|
* Holds information about how to access logs for this an image build
|
|
231
260
|
*/
|
|
232
261
|
export interface ImageBuildLogInfo {
|
|
233
|
-
url: string
|
|
234
|
-
headers: { [key: string]: string }
|
|
262
|
+
url: string;
|
|
263
|
+
headers: { [key: string]: string };
|
|
235
264
|
}
|
package/src/wsready.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
|
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
|
4
4
|
* See License-AGPL.txt in the project root for license information.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// generated using github.com/32leaves/bel on
|
|
7
|
+
// generated using github.com/32leaves/bel on 2022-05-18 18:19:49.011672619 +0000 UTC m=+0.006607361
|
|
8
8
|
// DO NOT MODIFY
|
|
9
9
|
|
|
10
10
|
export enum WorkspaceInitSource {
|
|
@@ -13,5 +13,5 @@ export enum WorkspaceInitSource {
|
|
|
13
13
|
WorkspaceInitFromOther = "from-other",
|
|
14
14
|
}
|
|
15
15
|
export interface WorkspaceReadyMessage {
|
|
16
|
-
source: WorkspaceInitSource
|
|
16
|
+
source: WorkspaceInitSource;
|
|
17
17
|
}
|
|
@@ -1,372 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"loc": "vscode.bat-1.44.2.vsix",
|
|
4
|
-
"name": "vscode.bat@1.44.2",
|
|
5
|
-
"url": "https://open-vsx.org/api/vscode/bat/1.44.2/file/vscode.bat-1.44.2.vsix"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"loc": "vscode.clojure-1.44.2.vsix",
|
|
9
|
-
"name": "vscode.clojure@1.44.2",
|
|
10
|
-
"url": "https://open-vsx.org/api/vscode/clojure/1.44.2/file/vscode.clojure-1.44.2.vsix"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"loc": "vscode.coffeescript-1.44.2.vsix",
|
|
14
|
-
"name": "vscode.coffeescript@1.44.2",
|
|
15
|
-
"url": "https://open-vsx.org/api/vscode/coffeescript/1.44.2/file/vscode.coffeescript-1.44.2.vsix"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"loc": "vscode.cpp-1.44.2.vsix",
|
|
19
|
-
"name": "vscode.cpp@1.44.2",
|
|
20
|
-
"url": "https://open-vsx.org/api/vscode/cpp/1.44.2/file/vscode.cpp-1.44.2.vsix"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"loc": "vscode.csharp-1.44.2.vsix",
|
|
24
|
-
"name": "vscode.csharp@1.44.2",
|
|
25
|
-
"url": "https://open-vsx.org/api/vscode/csharp/1.44.2/file/vscode.csharp-1.44.2.vsix"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"loc": "llvm-vs-code-extensions.vscode-clangd-0.1.5.vsix",
|
|
29
|
-
"name": "llvm-vs-code-extensions.vscode-clangd@0.1.5",
|
|
30
|
-
"url": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.5/file/llvm-vs-code-extensions.vscode-clangd-0.1.5.vsix"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"loc": "vscode.css-1.51.1.vsix",
|
|
34
|
-
"name": "vscode.css@1.51.1",
|
|
35
|
-
"url": "https://open-vsx.org/api/vscode/css/1.51.1/file/vscode.css-1.51.1.vsix"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"loc": "vscode.css-language-features-1.51.1.vsix",
|
|
39
|
-
"name": "vscode.css-language-features@1.51.1",
|
|
40
|
-
"url": "https://open-vsx.org/api/vscode/css-language-features/1.51.1/file/vscode.css-language-features-1.51.1.vsix"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"loc": "vscode.debug-auto-launch-1.44.2.vsix",
|
|
44
|
-
"name": "vscode.debug-auto-launch@1.44.2",
|
|
45
|
-
"url": "https://open-vsx.org/api/vscode/debug-auto-launch/1.44.2/file/vscode.debug-auto-launch-1.44.2.vsix"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"loc": "vscode.emmet-1.44.2.vsix",
|
|
49
|
-
"name": "vscode.emmet@1.44.2",
|
|
50
|
-
"url": "https://open-vsx.org/api/vscode/emmet/1.44.2/file/vscode.emmet-1.44.2.vsix"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"loc": "vscode.fsharp-1.44.2.vsix",
|
|
54
|
-
"name": "vscode.fsharp@1.44.2",
|
|
55
|
-
"url": "https://open-vsx.org/api/vscode/fsharp/1.44.2/file/vscode.fsharp-1.44.2.vsix"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"loc": "vscode.go-1.44.2.vsix",
|
|
59
|
-
"name": "vscode.go@1.44.2",
|
|
60
|
-
"url": "https://open-vsx.org/api/vscode/go/1.44.2/file/vscode.go-1.44.2.vsix"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"loc": "vscode.groovy-1.44.2.vsix",
|
|
64
|
-
"name": "vscode.groovy@1.44.2",
|
|
65
|
-
"url": "https://open-vsx.org/api/vscode/groovy/1.44.2/file/vscode.groovy-1.44.2.vsix"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"loc": "vscode.handlebars-1.44.2.vsix",
|
|
69
|
-
"name": "vscode.handlebars@1.44.2",
|
|
70
|
-
"url": "https://open-vsx.org/api/vscode/handlebars/1.44.2/file/vscode.handlebars-1.44.2.vsix"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"loc": "vscode.hlsl-1.44.2.vsix",
|
|
74
|
-
"name": "vscode.hlsl@1.44.2",
|
|
75
|
-
"url": "https://open-vsx.org/api/vscode/hlsl/1.44.2/file/vscode.hlsl-1.44.2.vsix"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"loc": "vscode.html-1.51.1.vsix",
|
|
79
|
-
"name": "vscode.html@1.51.1",
|
|
80
|
-
"url": "https://open-vsx.org/api/vscode/html/1.51.1/file/vscode.html-1.51.1.vsix"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"loc": "vscode.html-language-features-1.51.1.vsix",
|
|
84
|
-
"name": "vscode.html-language-features@1.51.1",
|
|
85
|
-
"url": "https://open-vsx.org/api/vscode/html-language-features/1.51.1/file/vscode.html-language-features-1.51.1.vsix"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"loc": "vscode.ini-1.44.2.vsix",
|
|
89
|
-
"name": "vscode.ini@1.44.2",
|
|
90
|
-
"url": "https://open-vsx.org/api/vscode/ini/1.44.2/file/vscode.ini-1.44.2.vsix"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"loc": "vscode.java-1.53.2.vsix",
|
|
94
|
-
"name": "vscode.java@1.53.2",
|
|
95
|
-
"url": "https://open-vsx.org/api/vscode/java/1.53.2/file/vscode.java-1.53.2.vsix"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"loc": "vscode.javascript-1.44.2.vsix",
|
|
99
|
-
"name": "vscode.javascript@1.44.2",
|
|
100
|
-
"url": "https://open-vsx.org/api/vscode/javascript/1.44.2/file/vscode.javascript-1.44.2.vsix"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"loc": "vscode.json-1.44.2.vsix",
|
|
104
|
-
"name": "vscode.json@1.44.2",
|
|
105
|
-
"url": "https://open-vsx.org/api/vscode/json/1.44.2/file/vscode.json-1.44.2.vsix"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"loc": "vscode.json-language-features-1.46.1.vsix",
|
|
109
|
-
"name": "vscode.json-language-features@1.46.1",
|
|
110
|
-
"url": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"loc": "vscode.less-1.44.2.vsix",
|
|
114
|
-
"name": "vscode.less@1.44.2",
|
|
115
|
-
"url": "https://open-vsx.org/api/vscode/less/1.44.2/file/vscode.less-1.44.2.vsix"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"loc": "vscode.log-1.44.2.vsix",
|
|
119
|
-
"name": "vscode.log@1.44.2",
|
|
120
|
-
"url": "https://open-vsx.org/api/vscode/log/1.44.2/file/vscode.log-1.44.2.vsix"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"loc": "vscode.lua-1.44.2.vsix",
|
|
124
|
-
"name": "vscode.lua@1.44.2",
|
|
125
|
-
"url": "https://open-vsx.org/api/vscode/lua/1.44.2/file/vscode.lua-1.44.2.vsix"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"loc": "vscode.make-1.44.2.vsix",
|
|
129
|
-
"name": "vscode.make@1.44.2",
|
|
130
|
-
"url": "https://open-vsx.org/api/vscode/make/1.44.2/file/vscode.make-1.44.2.vsix"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"loc": "vscode.markdown-1.44.2.vsix",
|
|
134
|
-
"name": "vscode.markdown@1.44.2",
|
|
135
|
-
"url": "https://open-vsx.org/api/vscode/markdown/1.44.2/file/vscode.markdown-1.44.2.vsix"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"loc": "vscode.npm-1.39.1.vsix",
|
|
139
|
-
"name": "vscode.npm@1.39.1",
|
|
140
|
-
"url": "https://open-vsx.org/api/vscode/npm/1.39.1/file/vscode.npm-1.39.1.vsix"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"loc": "vscode.objective-c-1.44.2.vsix",
|
|
144
|
-
"name": "vscode.objective-c@1.44.2",
|
|
145
|
-
"url": "https://open-vsx.org/api/vscode/objective-c/1.44.2/file/vscode.objective-c-1.44.2.vsix"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"loc": "vscode.perl-1.44.2.vsix",
|
|
149
|
-
"name": "vscode.perl@1.44.2",
|
|
150
|
-
"url": "https://open-vsx.org/api/vscode/perl/1.44.2/file/vscode.perl-1.44.2.vsix"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"loc": "vscode.php-1.44.2.vsix",
|
|
154
|
-
"name": "vscode.php@1.44.2",
|
|
155
|
-
"url": "https://open-vsx.org/api/vscode/php/1.44.2/file/vscode.php-1.44.2.vsix"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"loc": "vscode.powershell-1.44.2.vsix",
|
|
159
|
-
"name": "vscode.powershell@1.44.2",
|
|
160
|
-
"url": "https://open-vsx.org/api/vscode/powershell/1.44.2/file/vscode.powershell-1.44.2.vsix"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"loc": "vscode.pug-1.44.2.vsix",
|
|
164
|
-
"name": "vscode.pug@1.44.2",
|
|
165
|
-
"url": "https://open-vsx.org/api/vscode/pug/1.44.2/file/vscode.pug-1.44.2.vsix"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"loc": "vscode.python-1.47.3.vsix",
|
|
169
|
-
"name": "vscode.python@1.47.3",
|
|
170
|
-
"url": "https://open-vsx.org/api/vscode/python/1.47.3/file/vscode.python-1.47.3.vsix"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"loc": "vscode.r-1.44.2.vsix",
|
|
174
|
-
"name": "vscode.r@1.44.2",
|
|
175
|
-
"url": "https://open-vsx.org/api/vscode/r/1.44.2/file/vscode.r-1.44.2.vsix"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"loc": "vscode.razor-1.44.2.vsix",
|
|
179
|
-
"name": "vscode.razor@1.44.2",
|
|
180
|
-
"url": "https://open-vsx.org/api/vscode/razor/1.44.2/file/vscode.razor-1.44.2.vsix"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"loc": "vscode.ruby-1.44.2.vsix",
|
|
184
|
-
"name": "vscode.ruby@1.44.2",
|
|
185
|
-
"url": "https://open-vsx.org/api/vscode/ruby/1.44.2/file/vscode.ruby-1.44.2.vsix"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"loc": "vscode.rust-1.44.2.vsix",
|
|
189
|
-
"name": "vscode.rust@1.44.2",
|
|
190
|
-
"url": "https://open-vsx.org/api/vscode/rust/1.44.2/file/vscode.rust-1.44.2.vsix"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"loc": "vscode.scss-1.44.2.vsix",
|
|
194
|
-
"name": "vscode.scss@1.44.2",
|
|
195
|
-
"url": "https://open-vsx.org/api/vscode/scss/1.44.2/file/vscode.scss-1.44.2.vsix"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"loc": "vscode.shaderlab-1.44.2.vsix",
|
|
199
|
-
"name": "vscode.shaderlab@1.44.2",
|
|
200
|
-
"url": "https://open-vsx.org/api/vscode/shaderlab/1.44.2/file/vscode.shaderlab-1.44.2.vsix"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"loc": "vscode.shellscript-1.44.2.vsix",
|
|
204
|
-
"name": "vscode.shellscript@1.44.2",
|
|
205
|
-
"url": "https://open-vsx.org/api/vscode/shellscript/1.44.2/file/vscode.shellscript-1.44.2.vsix"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"loc": "vscode.sql-1.44.2.vsix",
|
|
209
|
-
"name": "vscode.sql@1.44.2",
|
|
210
|
-
"url": "https://open-vsx.org/api/vscode/sql/1.44.2/file/vscode.sql-1.44.2.vsix"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"loc": "vscode.swift-1.44.2.vsix",
|
|
214
|
-
"name": "vscode.swift@1.44.2",
|
|
215
|
-
"url": "https://open-vsx.org/api/vscode/swift/1.44.2/file/vscode.swift-1.44.2.vsix"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"loc": "vscode.typescript-1.44.2.vsix",
|
|
219
|
-
"name": "vscode.typescript@1.44.2",
|
|
220
|
-
"url": "https://open-vsx.org/api/vscode/typescript/1.44.2/file/vscode.typescript-1.44.2.vsix"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"loc": "vscode.typescript-language-features-1.44.2.vsix",
|
|
224
|
-
"name": "vscode.typescript-language-features@1.44.2",
|
|
225
|
-
"url": "https://open-vsx.org/api/vscode/typescript-language-features/1.44.2/file/vscode.typescript-language-features-1.44.2.vsix"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"loc": "vscode.vb-1.44.2.vsix",
|
|
229
|
-
"name": "vscode.vb@1.44.2",
|
|
230
|
-
"url": "https://open-vsx.org/api/vscode/vb/1.44.2/file/vscode.vb-1.44.2.vsix"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"loc": "vscode.xml-1.44.2.vsix",
|
|
234
|
-
"name": "vscode.xml@1.44.2",
|
|
235
|
-
"url": "https://open-vsx.org/api/vscode/xml/1.44.2/file/vscode.xml-1.44.2.vsix"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"loc": "vscode.yaml-1.44.2.vsix",
|
|
239
|
-
"name": "vscode.yaml@1.44.2",
|
|
240
|
-
"url": "https://open-vsx.org/api/vscode/yaml/1.44.2/file/vscode.yaml-1.44.2.vsix"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"loc": "redhat.java-0.75.0.vsix",
|
|
244
|
-
"name": "redhat.java@0.75.0",
|
|
245
|
-
"url": "https://open-vsx.org/api/redhat/java/0.75.0/file/redhat.java-0.75.0.vsix"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"loc": "vscjava.vscode-java-debug-0.27.1.vsix",
|
|
249
|
-
"name": "vscjava.vscode-java-debug@0.27.1",
|
|
250
|
-
"url": "https://open-vsx.org/api/vscjava/vscode-java-debug/0.27.1/file/vscjava.vscode-java-debug-0.27.1.vsix"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"loc": "vscjava.vscode-java-dependency-0.18.0.vsix",
|
|
254
|
-
"name": "vscjava.vscode-java-dependency@0.18.0",
|
|
255
|
-
"url": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.18.0/file/vscjava.vscode-java-dependency-0.18.0.vsix"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"loc": "ms-vscode.node-debug-1.38.4.vsix",
|
|
259
|
-
"name": "ms-vscode.node-debug@1.38.4",
|
|
260
|
-
"url": "https://open-vsx.org/api/ms-vscode/node-debug/1.38.4/file/ms-vscode.node-debug-1.38.4.vsix"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"loc": "ms-vscode.node-debug2-1.33.0.vsix",
|
|
264
|
-
"name": "ms-vscode.node-debug2@1.33.0",
|
|
265
|
-
"url": "https://open-vsx.org/api/ms-vscode/node-debug2/1.33.0/file/ms-vscode.node-debug2-1.33.0.vsix"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"loc": "ms-python.python-2020.7.96456.vsix",
|
|
269
|
-
"name": "ms-python.python@2020.7.96456",
|
|
270
|
-
"url": "https://open-vsx.org/api/ms-python/python/2020.7.96456/file/ms-python.python-2020.7.96456.vsix"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"loc": "golang.Go-0.14.4.vsix",
|
|
274
|
-
"name": "golang.Go@0.14.4",
|
|
275
|
-
"url": "https://open-vsx.org/api/golang/Go/0.14.4/file/golang.Go-0.14.4.vsix"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"loc": "redhat.vscode-xml-0.11.0.vsix",
|
|
279
|
-
"name": "redhat.vscode-xml@0.11.0",
|
|
280
|
-
"url": "https://open-vsx.org/api/redhat/vscode-xml/0.11.0/file/redhat.vscode-xml-0.11.0.vsix"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"loc": "redhat.vscode-yaml-0.8.0.vsix",
|
|
284
|
-
"name": "redhat.vscode-yaml@0.8.0",
|
|
285
|
-
"url": "https://open-vsx.org/api/redhat/vscode-yaml/0.8.0/file/redhat.vscode-yaml-0.8.0.vsix"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"loc": "bmewburn.vscode-intelephense-client-1.4.0.vsix",
|
|
289
|
-
"name": "bmewburn.vscode-intelephense-client@1.4.0",
|
|
290
|
-
"url": "https://open-vsx.org/api/bmewburn/vscode-intelephense-client/1.4.0/file/bmewburn.vscode-intelephense-client-1.4.0.vsix"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"loc": "felixfbecker.php-debug-1.13.0.vsix",
|
|
294
|
-
"name": "felixfbecker.php-debug@1.13.0",
|
|
295
|
-
"url": "https://open-vsx.org/api/felixfbecker/php-debug/1.13.0/file/felixfbecker.php-debug-1.13.0.vsix"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"loc": "rust-lang.rust-0.7.8.vsix",
|
|
299
|
-
"name": "rust-lang.rust@0.7.8",
|
|
300
|
-
"url": "https://open-vsx.org/api/rust-lang/rust/0.7.8/file/rust-lang.rust-0.7.8.vsix"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"loc": "vscode.theme-abyss-1.44.2.vsix",
|
|
304
|
-
"name": "vscode.theme-abyss@1.44.2",
|
|
305
|
-
"url": "https://open-vsx.org/api/vscode/theme-abyss/1.44.2/file/vscode.theme-abyss-1.44.2.vsix"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"loc": "vscode.theme-kimbie-dark-1.44.2.vsix",
|
|
309
|
-
"name": "vscode.theme-kimbie-dark@1.44.2",
|
|
310
|
-
"url": "https://open-vsx.org/api/vscode/theme-kimbie-dark/1.44.2/file/vscode.theme-kimbie-dark-1.44.2.vsix"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"loc": "vscode.theme-monokai-1.44.2.vsix",
|
|
314
|
-
"name": "vscode.theme-monokai@1.44.2",
|
|
315
|
-
"url": "https://open-vsx.org/api/vscode/theme-monokai/1.44.2/file/vscode.theme-monokai-1.44.2.vsix"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"loc": "vscode.theme-monokai-dimmed-1.44.2.vsix",
|
|
319
|
-
"name": "vscode.theme-monokai-dimmed@1.44.2",
|
|
320
|
-
"url": "https://open-vsx.org/api/vscode/theme-monokai-dimmed/1.44.2/file/vscode.theme-monokai-dimmed-1.44.2.vsix"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"loc": "vscode.theme-quietlight-1.44.2.vsix",
|
|
324
|
-
"name": "vscode.theme-quietlight@1.44.2",
|
|
325
|
-
"url": "https://open-vsx.org/api/vscode/theme-quietlight/1.44.2/file/vscode.theme-quietlight-1.44.2.vsix"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"loc": "vscode.theme-red-1.44.2.vsix",
|
|
329
|
-
"name": "vscode.theme-red@1.44.2",
|
|
330
|
-
"url": "https://open-vsx.org/api/vscode/theme-red/1.44.2/file/vscode.theme-red-1.44.2.vsix"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"loc": "vscode.theme-solarized-dark-1.44.2.vsix",
|
|
334
|
-
"name": "vscode.theme-solarized-dark@1.44.2",
|
|
335
|
-
"url": "https://open-vsx.org/api/vscode/theme-solarized-dark/1.44.2/file/vscode.theme-solarized-dark-1.44.2.vsix"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"loc": "vscode.theme-solarized-light-1.44.2.vsix",
|
|
339
|
-
"name": "vscode.theme-solarized-light@1.44.2",
|
|
340
|
-
"url": "https://open-vsx.org/api/vscode/theme-solarized-light/1.44.2/file/vscode.theme-solarized-light-1.44.2.vsix"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"loc": "vscode.theme-tomorrow-night-blue-1.44.2.vsix",
|
|
344
|
-
"name": "vscode.theme-tomorrow-night-blue@1.44.2",
|
|
345
|
-
"url": "https://open-vsx.org/api/vscode/theme-tomorrow-night-blue/1.44.2/file/vscode.theme-tomorrow-night-blue-1.44.2.vsix"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"loc": "vscode.vscode-theme-seti-1.44.2.vsix",
|
|
349
|
-
"name": "vscode.vscode-theme-seti@1.44.2",
|
|
350
|
-
"url": "https://open-vsx.org/api/vscode/vscode-theme-seti/1.44.2/file/vscode.vscode-theme-seti-1.44.2.vsix"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"loc": "vscode.merge-conflict-1.44.2.vsix",
|
|
354
|
-
"name": "vscode.merge-conflict@1.44.2",
|
|
355
|
-
"url": "https://open-vsx.org/api/vscode/merge-conflict/1.44.2/file/vscode.merge-conflict-1.44.2.vsix"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"loc": "references-view-0.0.47.vsix",
|
|
359
|
-
"name": "ms-vscode.references-view@0.0.47",
|
|
360
|
-
"url": "https://open-vsx.org/api/ms-vscode/references-view/0.0.47/file/ms-vscode.references-view-0.0.47.vsix"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"loc": "EditorConfig.EditorConfig-0.15.1.vsix",
|
|
364
|
-
"name": "EditorConfig.EditorConfig@0.15.1",
|
|
365
|
-
"url": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.15.1/file/EditorConfig.EditorConfig-0.15.1.vsix"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"loc": "vscode.docker-1.47.3.vsix",
|
|
369
|
-
"name": "vscode.docker@1.47.3",
|
|
370
|
-
"url": "https://open-vsx.org/api/vscode/docker/1.47.3/file/vscode.docker-1.47.3.vsix"
|
|
371
|
-
}
|
|
372
|
-
]
|
package/lib/theia-plugins.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
3
|
-
* Licensed under the GNU Affero General Public License (AGPL).
|
|
4
|
-
* See License-AGPL.txt in the project root for license information.
|
|
5
|
-
*/
|
|
6
|
-
export interface PluginIndexEntry {
|
|
7
|
-
loc: string;
|
|
8
|
-
name: string;
|
|
9
|
-
url: string;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=theia-plugins.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theia-plugins.d.ts","sourceRoot":"","sources":["../src/theia-plugins.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,gBAAgB;IAC7B,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;CACd"}
|
package/lib/theia-plugins.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
4
|
-
* Licensed under the GNU Affero General Public License (AGPL).
|
|
5
|
-
* See License-AGPL.txt in the project root for license information.
|
|
6
|
-
*/
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
//# sourceMappingURL=theia-plugins.js.map
|
package/lib/theia-plugins.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theia-plugins.js","sourceRoot":"","sources":["../src/theia-plugins.ts"],"names":[],"mappings":";AAAA;;;;GAIG"}
|
package/src/theia-plugins.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
3
|
-
* Licensed under the GNU Affero General Public License (AGPL).
|
|
4
|
-
* See License-AGPL.txt in the project root for license information.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
export interface PluginIndexEntry {
|
|
8
|
-
loc: string
|
|
9
|
-
name: string
|
|
10
|
-
url: string
|
|
11
|
-
}
|