From 0e8f0de8c46053a6972d1420a4e2dc9bb0d22e52 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Wed, 1 Nov 2023 09:35:39 +0100 Subject: [PATCH] [jb] mark as stable in .gitpod.yml (#18991) --- components/gitpod-protocol/data/gitpod-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/components/gitpod-protocol/data/gitpod-schema.json b/components/gitpod-protocol/data/gitpod-schema.json index 3ec602a4d9ad0a..b7da73e894abf5 100644 --- a/components/gitpod-protocol/data/gitpod-schema.json +++ b/components/gitpod-protocol/data/gitpod-schema.json @@ -257,7 +257,6 @@ "jetbrains": { "type": "object", "description": "Configure JetBrains integration", - "deprecationMessage": "The 'jetbrains' property is experimental.", "additionalProperties": false, "properties": { "plugins": {