Files
smartmail/.vscode/settings.json
T

27 lines
620 B
JSON
Raw Permalink Normal View History

2020-06-18 16:24:28 +00:00
{
"json.schemas": [
{
"fileMatch": ["/.smartconfig.json"],
2020-06-18 16:24:28 +00:00
"schema": {
"type": "object",
"properties": {
"@ship.zone/szci": {
2020-06-18 16:24:28 +00:00
"type": "object",
"description": "settings for ship.zone CI"
2020-06-18 16:24:28 +00:00
},
"@git.zone/cli": {
2020-06-18 16:24:28 +00:00
"type": "object",
"description": "settings for git.zone CLI",
2020-06-18 16:24:28 +00:00
"properties": {
"projectType": {
"type": "string",
2022-08-07 11:38:07 +02:00
"enum": ["website", "element", "service", "npm", "wcc"]
2020-06-18 16:24:28 +00:00
}
}
}
}
}
}
]
}