Skip to content

Commit 94ea82b

Browse files
csweichelmustard-mh
authored andcommitted
Refine workspace API
1 parent 2375781 commit 94ea82b

File tree

12 files changed

+5106
-1380
lines changed

12 files changed

+5106
-1380
lines changed

components/public-api/gitpod/v1/envvar.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ message ResolveWorkspaceEnvironmentVariablesRequest {
142142
}
143143

144144
message ResolveWorkspaceEnvironmentVariablesResponse {
145-
message EnvironmentVariable {
146-
string name = 1;
147-
string value = 2;
148-
}
149145
repeated EnvironmentVariable environment_variables = 1;
150146
}
147+
148+
message EnvironmentVariable {
149+
string name = 1;
150+
string value = 2;
151+
}

0 commit comments

Comments
 (0)