Skip to content

Commit 2c5ac6a

Browse files
committed
Add JetBrains projects proto on the schema
1 parent e7d52b1 commit 2c5ac6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/gitpod-protocol/data/gitpod-schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,15 @@
368368
"vmoptions": {
369369
"type": "string",
370370
"description": "Configure JVM options, for instance '-Xmx=4096m'."
371+
},
372+
"projects": {
373+
"type": "array",
374+
"description": "Start JetBrains editor with a group of multiple projects",
375+
"additionalProperties": false,
376+
"items": {
377+
"type": "string",
378+
"description": "Project absolute path"
379+
}
371380
}
372381
}
373382
}

0 commit comments

Comments
 (0)