Skip to content

Commit aa1e320

Browse files
authored
fix(idx): remove incorrect default subdir causing build errors (#2371)
1 parent 2a929b6 commit aa1e320

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

open-in-idx-template/idx-template.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
{
2020
"id": "subdir",
2121
"name": "Project Subfolder",
22-
"type": "text",
23-
"default": "tutorials/java/MapWithMarker/"
22+
"type": "text"
2423
},
2524
{
2625
"id": "launchactivity",

0 commit comments

Comments
 (0)