Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] proposed API evolution between 1.84 and 1.85 #13229

Closed
rschnekenbu opened this issue Jan 3, 2024 · 1 comment
Closed

[vscode] proposed API evolution between 1.84 and 1.85 #13229

rschnekenbu opened this issue Jan 3, 2024 · 1 comment

Comments

@rschnekenbu
Copy link
Contributor

Sources

  • commit ref for tags
  • command used
    • 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.
@rschnekenbu
Copy link
Contributor Author

closed as this is a documentation task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant