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 2b35e1e..0ee08df -- src/vscode-dts/ on vscode repo
command: git 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.85.1.txt on vscode-builtin-extensions repo, on tag 1.85.1
Evaluation
vscode.proposed.chatAgents.d.ts: deleted, not used in theia
vscode.proposed.chatAgents2.d.ts: added in 1.85, not used in builtins except tests
vscode.proposed.chatAgents2Additions.d.ts: updated, not used in builtins
vscode.proposed.chatProvider.d.ts: updated, not used in builtins
vscode.proposed.chatRequestAccess.d.ts: updated, not used in builtins
vscode.proposed.chatTab.d.ts: added in 1.85, not used in builtins
vscode.proposed.chatVariables.d.ts: updated, not used in builtins except tests
vscode.proposed.contribSourceControlInputBoxMenu.d.ts: added in 1.85, only a new menu extension point 'scm/inputBox'.
vscode.proposed.defaultChatAgent.d.ts: updated, not used in builtins
vscode.proposed.interactive.d.ts: updated, not used in builtins except tests
vscode.proposed.interactiveUserActions.d.ts: updated, not used in builtins except tests
vscode.proposed.multiDocumentHighlightProvider.d.ts: new in 1.85, used in typescript-language-features
vscode.proposed.notebookVariableProvider.d.ts: new in 1.85, not used in builtins
vscode.proposed.resolvers.d.ts: updated, unused in builtins except tests
vscode.proposed.scmHistoryProvider.d.ts: updated, used in git builtins. This was introduced in 1.83 (see [vscode] support proposed API scmHistoryProvider introduced with vscode 1.83 #13064), but the proposed API was not added to theia (only an optional property added on top of SourceControl). No major changes here, only a new optional property and the type of this property on a type introduced with this proposed API.
vscode.proposed.scmInputBoxValueProvider.d.ts: new in 1.85, used by git builtin.
vscode.proposed.terminalQuickFixProvider.d.ts: updated, used in npm builtin. A Type was renamed, and an additional parameter added to the constructor of this Type. Note: the implementation is stubbed in Theia currently.
vscode.proposed.testCoverage.d.ts: updated, not used in builtins except tests
vscode.proposed.testingActiveProfile.d.ts: new in 1.85, not used in builtins except tests.
The text was updated successfully, but these errors were encountered:
Sources
Evaluation
The text was updated successfully, but these errors were encountered: