Skip to content

Commit 8010efc

Browse files
committed
Update types
1 parent 2c5ac6a commit 8010efc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/gitpod-protocol/go/gitpod-config-types.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gitpod-protocol/src/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ export interface JetBrainsConfig {
771771
export interface JetBrainsProductConfig {
772772
prebuilds?: JetBrainsPrebuilds;
773773
vmoptions?: string;
774+
projects: string[];
774775
}
775776
export interface JetBrainsPrebuilds {
776777
version?: "stable" | "latest" | "both";

0 commit comments

Comments
 (0)