From 35935a6d21d7819fed628e84b0c8e437a5e239ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Thu, 19 Mar 2026 08:24:19 +0100 Subject: [PATCH] fix(idx): remove incorrect default subdir causing build errors --- open-in-idx-template/idx-template.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/open-in-idx-template/idx-template.json b/open-in-idx-template/idx-template.json index e69710d5f..43ef70415 100644 --- a/open-in-idx-template/idx-template.json +++ b/open-in-idx-template/idx-template.json @@ -19,8 +19,7 @@ { "id": "subdir", "name": "Project Subfolder", - "type": "text", - "default": "tutorials/java/MapWithMarker/" + "type": "text" }, { "id": "launchactivity",