Files
platformclient/.vscode/settings.json
T

27 lines
612 B
JSON

{
"json.schemas": [
{
"fileMatch": ["/.smartconfig.json"],
"schema": {
"type": "object",
"properties": {
"@ship.zone/szci": {
"type": "object",
"description": "settings for szci"
},
"@git.zone/cli": {
"type": "object",
"description": "settings for git.zone CLI",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
}
}
}
}
}
]
}