feat(terminal): add live terminal task rendering with interactive and non-interactive output modes

This commit is contained in:
2026-05-13 14:52:18 +00:00
parent 8852bd5c86
commit a5ec2717c5
11 changed files with 3535 additions and 4593 deletions
-26
View File
@@ -1,26 +0,0 @@
{
"json.schemas": [
{
"fileMatch": ["/npmextra.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"]
}
}
}
}
}
}
]
}