Skip to content

Commit a37a5ec

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

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
@@ -266,6 +266,15 @@
266266
"type": "string"
267267
}
268268
},
269+
"projects": {
270+
"type": "array",
271+
"description": "List of additional projects that the JetBrains editor would open",
272+
"additionalProperties": false,
273+
"items": {
274+
"type": "string",
275+
"description": "Project absolute path"
276+
}
277+
},
269278
"intellij": {
270279
"$ref": "#/definitions/jetbrainsProduct",
271280
"description": "Configure IntelliJ integration"

0 commit comments

Comments
 (0)