Files
platformclient/.vscode/settings.json
T

27 lines
612 B
JSON
Raw Normal View History

2024-02-17 20:24:28 +01:00
{
"json.schemas": [
{
"fileMatch": ["/.smartconfig.json"],
2024-02-17 20:24:28 +01:00
"schema": {
"type": "object",
"properties": {
"@ship.zone/szci": {
2024-02-17 20:24:28 +01:00
"type": "object",
"description": "settings for szci"
2024-02-17 20:24:28 +01:00
},
"@git.zone/cli": {
2024-02-17 20:24:28 +01:00
"type": "object",
"description": "settings for git.zone CLI",
2024-02-17 20:24:28 +01:00
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
}
}
}
}
}
]
}