mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-24 09:21:35 +01:00
e2b748adf8
* Fix isCustomTeamDefaultValue type guard to check all required properties The type guard was only checking for 'defaultValue' and 'teamDefaultValue' properties, allowing objects missing 'owner' and 'expirationDate' to pass the check. This caused runtime errors when accessing expirationDate on incomplete objects. Now checks for all four required properties of CustomTeamDefaultValue<T>. * chat-lib: update package to match main package.json
@vscode/chat-lib
Chat SDK extracted from VS Code Copilot Chat.
Installation
npm install @vscode/chat-lib
License
MIT