From 86e836a8108798b89060ea4f2d3b0bd527a86773 Mon Sep 17 00:00:00 2001 From: ihiverlet <94982379+ihiverlet@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:44:49 +0100 Subject: [PATCH] Add asCodeServerRoot configuration to schema ide/git.json --- onyxia-api/src/main/resources/schemas/ide/git.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/onyxia-api/src/main/resources/schemas/ide/git.json b/onyxia-api/src/main/resources/schemas/ide/git.json index 419dfeb6..27bb99c1 100644 --- a/onyxia-api/src/main/resources/schemas/ide/git.json +++ b/onyxia-api/src/main/resources/schemas/ide/git.json @@ -84,6 +84,16 @@ "path": "enabled", "isPathRelative": true } + }, + "asCodeServerRoot": { + "title": "Open the service in the clone folder", + "type": "boolean", + "default": false, + "hidden": { + "value": false, + "path": "enabled", + "isPathRelative": true + } } } -} \ No newline at end of file +}