smartbucket/.vscode/settings.json

21 lines
392 B
JSON
Raw 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",
"description": "settings for gitzone"
}
}
}
}
]
}