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.83 and 1.84 #13148

Closed
rschnekenbu opened this issue Dec 4, 2023 · 1 comment
Closed

[vscode] proposed API evolution between 1.83 and 1.84 #13148

rschnekenbu opened this issue Dec 4, 2023 · 1 comment

Comments

@rschnekenbu
Copy link
Contributor

rschnekenbu commented Dec 4, 2023

Sources

  • commit ref for tags
  • command used
    • git difftool -d e7e0370..2b35e1e -- 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.84.2.txt on vscode-builtin-extensions repo, on tag 1.84.2

Evaluation

  • vscode.proposed.chatAgents2.d.ts: added, unused in builtins except tests
  • vscode.proposed.chatAgents2Additions.d.ts: added, unused in builtins
  • vscode.proposed.chatRequestAccess.d.ts: updated, unused in builtins
  • vscode.proposed.chatSlashCommands.d.ts: removed, and not in use in Theia
  • vscode.proposed.codeActionAI.d.ts: added, no use in builtins
  • vscode.proposed.createFileSystemWatcher.d.ts: added, unused in builtins except tests
  • vscode.proposed.defaultChatAgent.d.ts: added, not in use in builtins
  • vscode.proposed.handleIssueUri.d.ts: updated, unused in builtins
  • vscode.proposed.interactive.d.ts: updated, unused in builtins except tests
  • vscode.proposed.interactiveUserActions.d.ts: updated, unused in builtins except tests
  • vscode.proposed.languageStatusText.d.ts: added, unused in builtins except tests
  • vscode.proposed.resolvers.d.ts: updated, unused in builtins except tests
  • vscode.proposed.scmInputBoxActionButton.d.ts: added, used by git builtin (see [vscode] support proposed API scmInputBoxActionButton introduced with vscode 1.83 #13149)
  • vscode.proposed.speech.d.ts: added, unused in builtins
  • vscode.proposed.testMessageContextValue.d.ts: removed (now a public API)
@rschnekenbu
Copy link
Contributor Author

Task only for documentation, closing it.

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