Skip to content

Commit 9a672c9

Browse files
committed
Update proto
1 parent 0aabebc commit 9a672c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/public-api/gitpod/experimental/v1/workspaces.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@ message Workspace {
153153

154154
// status is the current status of this Workspace.
155155
WorkspaceStatus status = 6;
156+
157+
// editor is the editor to be used in this workspace
158+
EditorReference editor = 7;
159+
}
160+
161+
message EditorReference {
162+
string name = 1;
163+
string version = 2;
164+
165+
// prefer_toolbox indicates whether the editor should be launched with the
166+
// JetBrains Toolbox instead of JetBrains Gateway
167+
bool prefer_toolbox = 3;
156168
}
157169

158170
// WorkspaceStatus represents the currently observed status of a Workspace, including data about child resources that belong to this Workspace.

0 commit comments

Comments
 (0)