You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git difftool -d 65edc49..3920366 -- src/vs/workbench/services/actions/common/menusExtensionPoint.ts on vscode repo
Evaluation
vscode.d.ts
IconPath as a new type, reused in various places (e.g. QuickPickItem, WorkspaceEditEntryMetadata, TreeItem, TerminalOptions, ExtensionTerminalOption, QuickInputButton, ChatParticipant, ChatResponseStream, ChatResponseReferencePart)
CodeActionProvider#provideCodeActions() signature as changed from (Command | T)[] to Array<Command | T>
ShelExecution constructor signature from args: (string | ShellQuotedString)[] to args: Array<string | ShellQuotedString>
TestRunProfile loadDetailedCoverageForTest() addition, with FileCoverage#includesTests property
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
some comments
Proposed API evolutions
vscode.proposed.aiTextSearchProvider.d.ts: updated API, not used in builtins
vscode.proposed.aiTextSearchProviderNew.d.ts: removed, not used in builtins
vscode.proposed.attributableCoverage.d.ts: removed as now public API
vscode.proposed.chatEditing.d.ts: new, not used in builtins
vscode.proposed.chatParticipantAdditions.d.ts: updated, not used in builtins
vscode.proposed.chatProvider.d.ts: updated, not used in builtins
vscode.proposed.contribIssueReporter.d.ts: removed as public API, new menu
vscode.proposed.notebookCellExecution.d.ts: updated, not used in builtins
vscode.proposed.quickDiffProvider.d.ts: updated, used in Git, added visible optional property. Proposed interface not yet implemented, will be ignored for now.
Sources
commit ref for tags
command used
git difftool -d 65edc49..3920366 -- src/vscode-dts/
on vscode repogit submodule foreach "grep -irn enabledApiProposals --include=package.json | cut -d ':' -f 1 | xargs jq --raw-output '{filename: input_filename, enabledApiProposals: .enabledApiProposals}'" > ./vscode-builtins-enabled-proposals-1.96.0-master.txt
on vscode-builtin-extensions repo, on commit 3920366git difftool -d 65edc49..3920366 -- src/vs/workbench/services/actions/common/menusExtensionPoint.ts
on vscode repoEvaluation
vscode.d.ts
IconPath
as a new type, reused in various places (e.g.QuickPickItem, WorkspaceEditEntryMetadata, TreeItem, TerminalOptions, ExtensionTerminalOption, QuickInputButton, ChatParticipant, ChatResponseStream, ChatResponseReferencePart
)CodeActionProvider#provideCodeActions()
signature as changed from(Command | T)[]
toArray<Command | T>
args: (string | ShellQuotedString)[]
toargs: Array<string | ShellQuotedString>
Proposed API evolutions
Menu evolutions
The text was updated successfully, but these errors were encountered: