-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Milestone
Description
CodeActionProvider#provideCodeActions() signature has changed from (Command | T)[] to Array<Command | T>
Same for one of the ShellExecution constructors.
This will also covers changes to AI and LLM support
- LanguageModelChatMessage constructor & content from XX[] to Array + static utilities
- LanguageModelToolResultPart content from XX[] to Array
- LanguageModelToolResult content from XX[] to Array
- PreparedToolInvocation invocationMessage now supports also MarkdownString
[new edit] This can also cover evolution on proposed API mappedEditProviders, to avoid too many small PRs.
Metadata
Metadata
Assignees
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility