Files
szci/.vscode/settings.json

27 lines
586 B
JSON
Raw Normal View History

2019-08-23 16:42:55 +02:00
{
2021-05-14 18:11:12 +00:00
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
2025-12-13 13:27:51 +00:00
"szci": {
2021-05-14 18:11:12 +00:00
"type": "object",
2025-12-13 13:27:51 +00:00
"description": "settings for szci"
2021-05-14 18:11:12 +00:00
},
"gitzone": {
"type": "object",
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
}
}
}
}
}
]
}