Skip to content

Commit c1ef415

Browse files
author
dennismeister93
authored
Adapt manifest for scoped variable (#4)
Signed-off-by: Dennis Meister <[email protected]>
1 parent 4342ec8 commit c1ef415

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@
2121
"description": "Programming language of the project.",
2222
"type": "string",
2323
"scope": "project",
24-
"constant": "true",
24+
"constant": true,
2525
"default": "python"
26+
},
27+
{
28+
"name": "repoType",
29+
"description": "The type of the project.",
30+
"type": "string",
31+
"scope": "project",
32+
"constant": true,
33+
"default": "app"
2634
}
2735
]
2836
}

0 commit comments

Comments
 (0)