sentry/.vscode/settings.json

27 lines
588 B
JSON
Raw Normal View History

2020-05-17 22:32:06 +00:00
{
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"type": "object",
"description": "settings for npmci"
},
"gitzone": {
"type": "object",
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
2021-08-14 15:47:55 +00:00
"enum": ["website", "element", "service", "npm", "wcc"]
2020-05-17 22:32:06 +00:00
}
}
}
}
}
}
]
}