- Rename all source files from npmextra.* to simpler names (classes.appdata.ts, etc.) - Rename Npmextra class to Smartconfig - Config file changed from npmextra.json to smartconfig.json - KV store path changed from ~/.npmextra/kv to ~/.smartconfig/kv - Update all imports, tests, and metadata
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["/smartconfig.json"],
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"npmci": {
|
|
"type": "object",
|
|
"description": "settings for npmci"
|
|
},
|
|
"gitzone": {
|
|
"type": "object",
|
|
"description": "settings for gitzone",
|
|
"properties": {
|
|
"projectType": {
|
|
"type": "string",
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|