-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat-toolsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueverifiedVerification succeededVerification succeeded
Milestone
Description
Testing #250309
Create the following tool set:
{
"test1": {
"tools": [
],
"description": "no tools",
"icon": "arrow-both"
},
}
You could show a warning on the tools array by using minItems
{
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
}
jrieken
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat-toolsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueverifiedVerification succeededVerification succeeded