smartbucket/.vscode/settings.json

27 lines
588 B
JSON
Raw Permalink Normal View History

2019-10-16 13:21:02 +00:00
{
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"type": "object",
"description": "settings for npmci"
},
"gitzone": {
"type": "object",
2020-05-17 15:57:12 +00:00
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
2020-10-12 00:37:50 +00:00
"enum": ["website", "element", "service", "npm", "wcc"]
2020-05-17 15:57:12 +00:00
}
}
2019-10-16 13:21:02 +00:00
}
}
}
}
]
}